Show / Hide Table of Contents

Class ExcelPivotTableFieldGroup

Base class for pivot table field groups

Inheritance
object
XmlHelper
ExcelPivotTableFieldGroup
ExcelPivotTableFieldDateGroup
ExcelPivotTableFieldNumericGroup
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
int?

ParentIndex

The index of the parent field from this group field

Declaration
public int? ParentIndex { get; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX