AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells FOSS for .NET.
Represents auto filter sort state.
This class provides 1 method for working with AutoFilterSortState 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: CaseSensitive, ColumnSort, Ref, SortConditions, SortMethod.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnSort | bool | Read/Write | Gets or sets the column sort. |
CaseSensitive | bool | Read/Write | Gets or sets the case sensitive. |
SortMethod | string | Read/Write | Gets or sets the sort method. |
Ref | string | Read/Write | Gets or sets the ref. |
SortConditions | AutoFilterSortConditionCollection | Read | Gets the sort conditions. |
Methods
| Signature | Description |
|---|---|
Clear() | Clears the current state. |