Table of Contents

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

bool

ShowDetails

A flag indicating if the items is expanded or collapsed.

public bool ShowDetails { get; set; }

Property Value

bool

Text

The custom text of the item. Unique values only

public string Text { get; set; }

Property Value

string

Value

The value of the item

public object Value { get; }

Property Value

object