Class ExcelPivotTableFieldItem
A pivot table field Item. Used for grouping.
Inherited Members
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 |