Share via


CubeField.CubeFieldType Property

Indicates whether the OLAP cube field is a hierarchy field or a measure field.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property CubeFieldType As XlCubeFieldType
    Get
'Usage
Dim instance As CubeField
Dim value As XlCubeFieldType

value = instance.CubeFieldType
XlCubeFieldType CubeFieldType { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCubeFieldType

Remarks

Can be one of the following XlCubeFieldType constants: xlHierarchy or xlMeasure.

See Also

Reference

CubeField Interface

CubeField Members

Microsoft.Office.Interop.Excel Namespace