CubeField.CubeFieldType Property

Definition

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.

Applies to