Class ExcelPivotTablePageFieldSettings
A page / report filter field
Inherited Members
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTablePageFieldSettings : XmlHelper
Properties
Caption
The display name of the hierarchy.
Declaration
public int Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
The Name of the field
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelectedItem
The selected item. A negative value means that no value is selected. See also SelectSingleItem(int)
Declaration
public int SelectedItem { get; }
Property Value
| Type | Description |
|---|---|
| int |