FilterColumn
Overview
FilterColumn is a class in Aspose.Cells FOSS for .NET.
Represents filter column.
This class provides 1 method for working with FilterColumn objects in .NET programs.
Available methods include: Clear.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: ColorFilter, ColumnIndex, CustomFilters, DynamicFilter, Filters, HiddenButton, and 1 more.
Description
FilterColumn is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 7 properties for programmatic use.
The class also provides the ColumnIndex property (gets the column index), the Filters property (gets the filters), the CustomFilters property (gets the custom filters).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnIndex | int | Read | Gets the column index. |
HiddenButton | bool | Read/Write | Gets or sets the hidden button. |
Filters | FilterValueCollection | Read | Gets the filters. |
CustomFilters | AutoFilterCustomFilterCollection | Read | Gets the custom filters. |
ColorFilter | AutoFilterColorFilter | Read | Gets the color filter. |
DynamicFilter | AutoFilterDynamicFilter | Read | Gets the dynamic filter. |
Top10 | AutoFilterTop10 | Read | Gets the top10. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |