Show / Hide Table of Contents

Class ExcelPivotTableFieldItem

A pivot table field Item. Used for grouping.

Inheritance
object
ExcelPivotTableFieldItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTableFieldItem

Properties

Hidden

A flag indicating if the item is hidden

Declaration
public bool Hidden { get; set; }
Property Value
Type Description
bool

ShowDetails

A flag indicating if the items is expanded or collapsed.

Declaration
public bool ShowDetails { get; set; }
Property Value
Type Description
bool

Text

The custom text of the item. Unique values only

Declaration
public string Text { get; set; }
Property Value
Type Description
string

Value

The value of the item

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