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