CubeField.CubeFieldType 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.
Indicates whether the OLAP cube field is a hierarchy field or a measure field.
public:
property Microsoft::Office::Interop::Excel::XlCubeFieldType CubeFieldType { Microsoft::Office::Interop::Excel::XlCubeFieldType get(); };
public Microsoft.Office.Interop.Excel.XlCubeFieldType CubeFieldType { get; }
Public ReadOnly Property CubeFieldType As XlCubeFieldType
Property Value
Remarks
Can be one of the following XlCubeFieldType constants: xlHierarchy or xlMeasure.