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