Class ExcelFilterValueItem
- Namespace
- OfficeOpenXml.Filter
- Assembly
- EPPlus.dll
A filter item for a value filter
public class ExcelFilterValueItem : ExcelFilterItem
- Inheritance
-
ExcelFilterValueItem
- Derived
- Inherited Members
Constructors
ExcelFilterValueItem(string)
Inizialize the filter item
public ExcelFilterValueItem(string value)
Parameters
value
stringThe value to be filtered.
Properties
Value
A value to be filtered.
public string Value { get; }