Show / Hide Table of Contents

Class ExcelFilterColumn

Base class for filter columns

Inheritance
System.Object
XmlHelper
ExcelFilterColumn
ExcelColorFilterColumn
ExcelCustomFilterColumn
ExcelDynamicFilterColumn
ExcelIconFilterColumn
ExcelTop10FilterColumn
ExcelValueFilterColumn
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 abstract class ExcelFilterColumn : XmlHelper

Properties

HiddenButton

If true the AutoFilter button for this column is hidden.

Declaration
public bool HiddenButton { get; set; }
Property Value
Type Description
System.Boolean

Position

Zero-based index indicating the AutoFilter column to which this filter information applies

Declaration
public int Position { get; }
Property Value
Type Description
System.Int32

ShowButton

Should filtering interface elements on this cell be shown.

Declaration
public bool ShowButton { get; set; }
Property Value
Type Description
System.Boolean

Methods

GetFilterValue(String)

Gets the filter value

Declaration
protected object GetFilterValue(string value)
Parameters
Type Name Description
System.String value

The value

Returns
Type Description
System.Object
In This Article
Back to top Generated by DocFX