Show / Hide Table of Contents

Class ExcelFilterValueItem

A filter item for a value filter

Inheritance
System.Object
ExcelFilterItem
ExcelFilterValueItem
ExcelFilterCustomItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String value

The value to be filtered.

Properties

Value

A value to be filtered.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX