AutoFilterSortCondition
Panoramica
AutoFilterSortCondition è una classe in Aspose.Cells FOSS per Java.
Rappresenta il componente AutoFilterSortCondition.
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
ref | String | Lettura | Restituisce il riferimento. |
descending | boolean | Lettura | Indica se discendente. |
sortBy | String | Lettura | Restituisce l’ordinamento per. |
customList | String | Lettura | Restituisce l’elenco personalizzato. |
differentialStyleId | Integer | Lettura | Restituisce l’ID dello stile differenziale. |
iconSet | String | Lettura | Restituisce il set di icone. |
iconId | Integer | Lettura | Restituisce l’ID dell’icona. |
Metodi
| Firma | Descrizione |
|---|---|
getRef() → String | Restituisce il riferimento. |
setRef(ref: String) | Imposta il riferimento. |
isDescending() → boolean | Indica se è discendente. |
setDescending(descending: boolean) | Imposta il discendente. |
getSortBy() → String | Restituisce l’ordinamento per. |
setSortBy(sortBy: String) | Imposta l’ordinamento per. |
getCustomList() → String | Restituisce l’elenco personalizzato. |
setCustomList(customList: String) | Imposta l’elenco personalizzato. |
getDifferentialStyleId() → Integer | Restituisce l’ID dello stile differenziale. |
setDifferentialStyleId(value: Integer) | Imposta l’ID dello stile differenziale. |
getIconSet() → String | Restituisce il set di icone. |
setIconSet(iconSet: String) | Imposta il set di icone. |
getIconId() → Integer | Restituisce l’ID dell’icona. |
setIconId(value: Integer) | Imposta l’ID dell’icona. |