Struct PivotItemReference
A reference to a pivot table value item
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  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 int Index { readonly get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Value
The value of the item
Declaration
public object Value { readonly get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object |