AutoFilterSortCondition
Overview
AutoFilterSortCondition is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortCondition component.
This class provides 14 methods for working with AutoFilterSortCondition objects in Java programs.
Available methods include: getCustomList, getDifferentialStyleId, getIconId, getIconSet, getRef, getSortBy, isDescending, setCustomList, setDescending, setDifferentialStyleId, setIconId, setIconSet, and 2 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: customList, descending, differentialStyleId, iconId, iconSet, ref, and 1 more.
Description
AutoFilterSortCondition is a class in the Aspose.Cells FOSS library for Java that exposes 14 methods and 7 properties for programmatic use.
Core capabilities include: string; boolean; string. These operations enable developers to integrate autofiltersortcondition functionality directly into Java applications.
The class also provides the ref property (returns the ref), the descending property (indicates whether descending), the sortBy property (returns the sort by).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ref | String | Read | Returns the ref. |
descending | boolean | Read | Indicates whether descending. |
sortBy | String | Read | Returns the sort by. |
customList | String | Read | Returns the custom list. |
differentialStyleId | Integer | Read | Returns the differential style id. |
iconSet | String | Read | Returns the icon set. |
iconId | Integer | Read | Returns the icon id. |
Methods
| Signature | Description |
|---|---|
getRef() → String | Returns the ref. |
setRef(ref: String) | Sets the ref. |
isDescending() → boolean | Indicates whether descending. |
setDescending(descending: boolean) | Sets the descending. |
getSortBy() → String | Returns the sort by. |
setSortBy(sortBy: String) | Sets the sort by. |
getCustomList() → String | Returns the custom list. |
setCustomList(customList: String) | Sets the custom list. |
getDifferentialStyleId() → Integer | Returns the differential style id. |
setDifferentialStyleId(value: Integer) | Sets the differential style id. |
getIconSet() → String | Returns the icon set. |
setIconSet(iconSet: String) | Sets the icon set. |
getIconId() → Integer | Returns the icon id. |
setIconId(value: Integer) | Sets the icon id. |