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