Table of Contents

Class ExcelCustomFilterColumn

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

Represents a custom filter column

public class ExcelCustomFilterColumn : ExcelFilterColumn
Inheritance
ExcelCustomFilterColumn
Inherited Members

Properties

And

Flag indicating whether the two criteria have an "and" relationship. true indicates "and", false indicates "or".

public bool And { get; set; }

Property Value

bool

Filters

The filters to apply

public ExcelFilterCollection<ExcelFilterCustomItem> Filters { get; set; }

Property Value

ExcelFilterCollection<ExcelFilterCustomItem>

IsNumericFilter

If true filter is numeric otherwise it's textual. If this property is not set, the value is set from the first value in column of the filtered range

public bool IsNumericFilter { get; set; }

Property Value

bool