AutoFilterSortConditionModel
Overview
AutoFilterSortConditionModel is a class in Aspose.Cells FOSS for Java.
Represents the AutoFilterSortConditionModel component.
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(value: String) | Sets the ref. |
isDescending() → boolean | Indicates whether descending. |
setDescending(value: boolean) | Sets the descending. |
getSortBy() → String | Returns the sort by. |
setSortBy(value: String) | Sets the sort by. |
getCustomList() → String | Returns the custom list. |
setCustomList(value: 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(value: String) | Sets the icon set. |
getIconId() → Integer | Returns the icon id. |
setIconId(value: Integer) | Sets the icon id. |