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 |
|---|---|
| Boolean |
ShowDetails
A flag indicating if the items is expanded or collapsed.
Declaration
public bool ShowDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
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 |