Show / Hide Table of Contents

Class ExcelValueFilterColumn

Represents a value filter column

Inheritance
object
XmlHelper
ExcelFilterColumn
ExcelValueFilterColumn
Inherited Members
ExcelFilterColumn.GetFilterValue(string)
ExcelFilterColumn.Position
ExcelFilterColumn.HiddenButton
ExcelFilterColumn.ShowButton
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 ExcelValueFilterColumn : ExcelFilterColumn

Properties

Filters

The filters applied to the columns

Declaration
public ExcelValueFilterCollection Filters { get; set; }
Property Value
Type Description
ExcelValueFilterCollection
In this article
Back to top Generated by DocFX