CubeField.CubeFieldSubType Property
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 type of a CubeField. Read-only.
public:
property Microsoft::Office::Interop::Excel::XlCubeFieldSubType CubeFieldSubType { Microsoft::Office::Interop::Excel::XlCubeFieldSubType get(); };
public Microsoft.Office.Interop.Excel.XlCubeFieldSubType CubeFieldSubType { get; }
Public ReadOnly Property CubeFieldSubType As XlCubeFieldSubType
Property Value
Remarks
The CubeFieldSubType can be any of the values in the following enumeration
- xlCubeAttribute
- xlCubeCalculatedMeasure
- xlCubeHierarchy
- xlCubeKPIGoal
- xlCubeKPIStatus
- xlCubeKPITrend
- xlCubeKPIValue
- xlCubeKPIWeight
- xlCubeMeasure
- xlCubeSet