Class ExcelFilterColumn
Base class for filter columns
Inheritance
Object
ExcelFilterColumn
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 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 |
|---|---|
| Boolean |
Position
Zero-based index indicating the AutoFilter column to which this filter information applies
Declaration
public int Position { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
ShowButton
Should filtering interface elements on this cell be shown.
Declaration
public bool ShowButton { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
GetFilterValue(String)
Gets the filter value
Declaration
protected object GetFilterValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value | The value |
Returns
| Type | Description |
|---|---|
| Object |