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 Go programs.
Available methods include: Clear.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: ColorFilter, ColumnIndex, CustomFilters, DynamicFilter, Filters, HiddenButton, and 1 more.
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. |