Table of Contents

Class ExcelFilterCustomItem

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

A custom filter item

public class ExcelFilterCustomItem : ExcelFilterValueItem
Inheritance
ExcelFilterCustomItem
Inherited Members

Constructors

ExcelFilterCustomItem(string, eFilterOperator)

Create a Custom filter.

public ExcelFilterCustomItem(string value, eFilterOperator filterOperator = eFilterOperator.Equal)

Parameters

value string

The value to filter by. If the data is text wildcard can be used. Asterisk (*) for any combination of characters. Question mark (?) for any single charcter If the data is numeric, use dot (.) for decimal.

filterOperator eFilterOperator

The operator to use

Properties

Operator

Operator used by the filter comparison

public eFilterOperator? Operator { get; set; }

Property Value

eFilterOperator?