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
stringThe 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
eFilterOperatorThe operator to use
Properties
Operator
Operator used by the filter comparison
public eFilterOperator? Operator { get; set; }