Class ExcelFilterValueItem
A filter item for a value filter
Inherited Members
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelFilterValueItem : ExcelFilterItem
Constructors
ExcelFilterValueItem(string)
Inizialize the filter item
Declaration
public ExcelFilterValueItem(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value to be filtered. |
Properties
Value
A value to be filtered.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |