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 .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: CaseSensitive, ColumnSort, Ref, SortConditions, SortMethod.
Description
AutoFilterSortState is a class in the Aspose.Cells FOSS library for .NET that exposes 1 method and 5 properties for programmatic use.
The class also provides the SortConditions property (gets the sort conditions).
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. |