Show / Hide Table of Contents

Class ExcelPivotTableFieldGroup

Base class for pivot table field groups

Inheritance
System.Object
XmlHelper
ExcelPivotTableFieldGroup
ExcelPivotTableFieldDateGroup
ExcelPivotTableFieldNumericGroup
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.CreateAlternateContentNode(String, String)
XmlHelper.CreatespPrNode(String, Boolean)
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>
Back to top Generated by DocFX