Class ExcelFilterCustomItem
A custom filter item
Inherited Members
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelFilterCustomItem : ExcelFilterValueItem
Constructors
ExcelFilterCustomItem(string, eFilterOperator)
Create a Custom filter.
Declaration
public ExcelFilterCustomItem(string value, eFilterOperator filterOperator = eFilterOperator.Equal)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | 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. |
| eFilterOperator | filterOperator | The operator to use |
Properties
Operator
Operator used by the filter comparison
Declaration
public eFilterOperator? Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| eFilterOperator? |