XlCubeFieldType Enumeration

Specifies whether the OLAP field is a hierarchy, set, or measure field.

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

Syntax

'Declaration
Public Enumeration XlCubeFieldType
'Usage
Dim instance As XlCubeFieldType
public enum XlCubeFieldType

Members

Member name Description
xlHierarchy Hierarchy.
xlMeasure Measure.
xlSet Set.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace