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.
Description
AutoFilterSortState is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 5 properties for programmatic use.
Core capabilities include: boolean; boolean; string. These operations enable developers to integrate autofiltersortstate functionality directly into Java applications.
The class also provides the columnSort property (indicates whether column sort), the caseSensitive property (indicates whether case sensitive), the sortMethod property (returns the sort method).
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. |