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 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
In this article
Back to top Generated by DocFX