Struct PivotItemReference
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
A reference to a pivot table value item
public struct PivotItemReference
- Inherited Members
Properties
Index
The index of the item in items of the pivot table field
public readonly int Index { get; }
Property Value
Value
The value of the item
public readonly object Value { get; }