PivotField.GroupLevel Property
Returns the placement of the specified field within a group of fields (if the field is a member of a grouped set of fields). Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property GroupLevel As Object
Get
'Usage
Dim instance As PivotField
Dim value As Object
value = instance.GroupLevel
Object GroupLevel { get; }
Property Value
Type: System.Object
Remarks
This property is not available for OLAP data sources.
The highest-level parent field (leftmost parent field) is level one, its child is level two, and so on.