Table of Contents

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 string

The value to be filtered.

Properties

Value

A value to be filtered.

public string Value { get; }

Property Value

string