Class ExcelPivotTableFilter
Defines a pivot table filter
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.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 | 
|---|---|
| System.String | 
EvalOrder
The evaluation order of the pivot filter
Declaration
public int EvalOrder { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Id
The id
Declaration
public int Id { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Name
The name of the pivot filter
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.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 | 
|---|---|
| System.Object | 
Value2
The valueOrIndex 2 to compare the filter to
Declaration
public object Value2 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object |