Class ExcelPivotTableFieldGroup
Base class for pivot table field groups
Inheritance
ExcelPivotTableFieldGroup
Inherited Members
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTableFieldGroup : XmlHelper
Properties
BaseIndex
The index of the base field for this group field
Declaration
public int? BaseIndex { get; }
Property Value
| Type | Description |
|---|---|
| int? |
ParentIndex
The index of the parent field from this group field
Declaration
public int? ParentIndex { get; }
Property Value
| Type | Description |
|---|---|
| int? |