AutoFilter
Overview
AutoFilter is a class in Aspose.Cells FOSS for .NET.
Represents auto filter.
This class provides 1 method for working with AutoFilter 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: FilterColumns, Range, SortState.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Range | string | Read/Write | Gets or sets the range. |
FilterColumns | FilterColumnCollection | Read | Gets the filter columns. |
SortState | AutoFilterSortState | Read | Gets the sort state. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |