AutoFilterSortStateModel
Overview
AutoFilterSortStateModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortStateModel 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. |
conditions | List<AutoFilterSortConditionModel> | Read | Returns the conditions. |
Methods
| Signature | Description |
|---|---|
AutoFilterSortStateModel() | Initializes a new AutoFilterSortStateModel instance. |
isColumnSort() → boolean | Indicates whether column sort. |
setColumnSort(value: boolean) | Sets the column sort. |
isCaseSensitive() → boolean | Indicates whether case sensitive. |
setCaseSensitive(value: boolean) | Sets the case sensitive. |
getSortMethod() → String | Returns the sort method. |
setSortMethod(value: String) | Sets the sort method. |
getRef() → String | Returns the ref. |
setRef(value: String) | Sets the ref. |
getConditions() → List<AutoFilterSortConditionModel> | Returns the conditions. |
clear() | Clears the current state maintained by this object. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |