Show / Hide Table of Contents

Class ExcelPivotTableFieldItem

A pivot table field Item. Used for grouping.

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

Properties

Hidden

A flag indicating if the items are hidden

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

ShowDetails

A flag indicating if the items expanded or collapsed.

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

Text

The custom text of the item. Unique values only

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

Value

The value of the item

Declaration
public object Value { get; }
Property Value
Type Description
System.Object
Back to top Generated by DocFX