Class ExcelPivotTablePageFieldSettings
A page / report filter field
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.Int32 | 
Name
The Name of the field
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SelectedItem
The selected item. See also SelectSingleItem(Int32)
Declaration
public int SelectedItem { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |