Class ExcelPivotAreaReference
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
A reference to a field in a pivot area
public class ExcelPivotAreaReference : ExcelPivotAreaReferenceBase
- Inheritance
-
ExcelPivotAreaReference
- Inherited Members
Properties
Field
The pivot table field referenced
public ExcelPivotTableField Field { get; }
Property Value
Items
References to the pivot table cache or within the table.
public ExcelPivotAreaReferenceItems Items { get; }