Class ExcelPivotTableFieldItem
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
A pivot table field Item. Used for grouping.
public class ExcelPivotTableFieldItem
- Inheritance
-
ExcelPivotTableFieldItem
- Inherited Members
Properties
Hidden
A flag indicating if the item is hidden
public bool Hidden { get; set; }
Property Value
ShowDetails
A flag indicating if the items is expanded or collapsed.
public bool ShowDetails { get; set; }
Property Value
Text
The custom text of the item. Unique values only
public string Text { get; set; }
Property Value
Value
The value of the item
public object Value { get; }