Class ExcelPivotTableFilter
Defines a pivot table filter
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.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelPivotTableFilter : XmlHelper
Properties
Description
The description of the pivot filter
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
EvalOrder
The evaluation order of the pivot filter
Declaration
public int EvalOrder { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Id
The id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Name
The name of the pivot filter
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Type
The type of pivot filter
Declaration
public ePivotTableFilterType Type { get; }
Property Value
| Type | Description |
|---|---|
| ePivotTableFilterType |
Value1
The valueOrIndex 1 to compare the filter to
Declaration
public object Value1 { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
Value2
The valueOrIndex 2 to compare the filter to
Declaration
public object Value2 { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |