Show / Hide Table of Contents

Struct PivotItemReference

A reference to a pivot table value item

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, 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
Int32

Value

The value of the item

Declaration
public object Value { readonly get; }
Property Value
Type Description
Object
In this article
Back to top Generated by DocFX