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