Class ExcelPivotAreaReference
A reference to a field in a pivot area
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 ExcelPivotAreaReference : ExcelPivotAreaReferenceBase
Properties
Field
The pivot table field referenced
Declaration
public ExcelPivotTableField Field { get; }
Property Value
Type | Description |
---|---|
ExcelPivotTableField |
Items
References to the pivot table cache or within the table.
Declaration
public ExcelPivotAreaReferenceItems Items { get; }
Property Value
Type | Description |
---|---|
ExcelPivotAreaReferenceItems |