Class ExcelPivotTableFilter
- Namespace
- OfficeOpenXml.Table.PivotTable.Filter
- Assembly
- EPPlus.dll
Defines a pivot table filter
public class ExcelPivotTableFilter : XmlHelper
- Inheritance
-
ExcelPivotTableFilter
- Inherited Members
Properties
Description
The description of the pivot filter
public string Description { get; set; }
Property Value
EvalOrder
The evaluation order of the pivot filter
public int EvalOrder { get; }
Property Value
Id
The id
public int Id { get; }
Property Value
Name
The name of the pivot filter
public string Name { get; set; }
Property Value
Type
The type of pivot filter
public ePivotTableFilterType Type { get; }
Property Value
Value1
The valueOrIndex 1 to compare the filter to
public object Value1 { get; set; }
Property Value
Value2
The valueOrIndex 2 to compare the filter to
public object Value2 { get; set; }