Table of Contents

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

string

EvalOrder

The evaluation order of the pivot filter

public int EvalOrder { get; }

Property Value

int

Id

The id

public int Id { get; }

Property Value

int

Name

The name of the pivot filter

public string Name { get; set; }

Property Value

string

Type

The type of pivot filter

public ePivotTableFilterType Type { get; }

Property Value

ePivotTableFilterType

Value1

The valueOrIndex 1 to compare the filter to

public object Value1 { get; set; }

Property Value

object

Value2

The valueOrIndex 2 to compare the filter to

public object Value2 { get; set; }

Property Value

object