XlCubeFieldSubType 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 the subtype of the CubeField.
public enum class XlCubeFieldSubType
public enum XlCubeFieldSubType
Public Enum XlCubeFieldSubType
- Inheritance
-
XlCubeFieldSubType
Fields
Name | Value | Description |
---|---|---|
xlCubeHierarchy | 1 | Hierarchy |
xlCubeMeasure | 2 | Measure |
xlCubeSet | 3 | Set |
xlCubeAttribute | 4 | Attribute |
xlCubeCalculatedMeasure | 5 | Calculated Measure |
xlCubeKPIValue | 6 | KPI Value |
xlCubeKPIGoal | 7 | KPI Goal |
xlCubeKPIStatus | 8 | KPI Status |
xlCubeKPITrend | 9 | KPI Trend |
xlCubeKPIWeight | 10 | KPI Weight |
xlCubeImplicitMeasure | 11 | An implicit measure |
Remarks
Note: The values have “Cube” in the name in order to not overlap with the xlMeasure and xlSet values for the CubeFieldType property.