Class ExcelPivotTablePageFieldSettings
A page / report filter field
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 ExcelPivotTablePageFieldSettings : XmlHelper
Properties
Caption
The display name of the hierarchy.
Declaration
public int Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
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(Int32)
Declaration
public int SelectedItem { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |