Table of Contents

Class ExcelFilterColumn

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

Base class for filter columns

public abstract class ExcelFilterColumn : XmlHelper
Inheritance
ExcelFilterColumn
Derived
Inherited Members

Properties

HiddenButton

If true the AutoFilter button for this column is hidden.

public bool HiddenButton { get; set; }

Property Value

bool

Position

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

public int Position { get; }

Property Value

int

ShowButton

Should filtering interface elements on this cell be shown.

public bool ShowButton { get; set; }

Property Value

bool

Methods

GetFilterValue(string)

Gets the filter value

protected object GetFilterValue(string value)

Parameters

value string

The value

Returns

object