XlCubeFieldType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the OLAP field is a hierarchy, set, or measure field.
public enum class XlCubeFieldType
public enum XlCubeFieldType
Public Enum XlCubeFieldType
- Inheritance
-
XlCubeFieldType
Fields
Name | Value | Description |
---|---|---|
xlHierarchy | 1 | Hierarchy. |
xlMeasure | 2 | Measure. |
xlSet | 3 | Set. |