AutoFilterSortState
Overview
AutoFilterSortState is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortState component.
This class provides 10 methods for working with AutoFilterSortState objects in Java programs.
Available methods include: clear, getRef, getSortConditions, getSortMethod, isCaseSensitive, isColumnSort, setCaseSensitive, setColumnSort, setRef, setSortMethod.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: caseSensitive, columnSort, ref, sortConditions, sortMethod.
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. |