Show / Hide Table of Contents

Class ExcelPivotTablePageFieldSettings

A page / report filter field

Inheritance
object
XmlHelper
ExcelPivotTablePageFieldSettings
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
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
In this article
Back to top Generated by DocFX