Show / Hide Table of Contents

Class ExcelFilterValueItem

A filter item for a value filter

Inheritance
object
ExcelFilterItem
ExcelFilterValueItem
ExcelFilterCustomItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX