AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortState component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
columnSort | boolean | Read | Indicates whether column sort. |
caseSensitive | boolean | Read | Indicates whether case sensitive. |
sortMethod | String | Read | Returns the sort method. |
ref | String | Read | Returns the ref. |
sortConditions | AutoFilterSortConditionCollection | Read | Returns the sort conditions. |
Methods
| Signature | Description |
|---|---|
isColumnSort() → boolean | Indicates whether column sort. |
setColumnSort(columnSort: boolean) | Sets the column sort. |
isCaseSensitive() → boolean | Indicates whether case sensitive. |
setCaseSensitive(caseSensitive: boolean) | Sets the case sensitive. |
getSortMethod() → String | Returns the sort method. |
setSortMethod(sortMethod: String) | Sets the sort method. |
getRef() → String | Returns the ref. |
setRef(ref: String) | Sets the ref. |
getSortConditions() → AutoFilterSortConditionCollection | Returns the sort conditions. |
clear() | Clears the current state maintained by this object. |