Class ExcelPivotTableFieldGroup
Base class for pivot table field groups
Inheritance
Object
ExcelPivotTableFieldGroup
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Nullable<Int32> |
ParentIndex
The index of the parent field from this group field
Declaration
public int? ParentIndex { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> |