FilterColumnModel
Overview
FilterColumnModel is a class in Aspose.Cells FOSS for Java.
Represents the FilterColumnModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
columnIndex | int | Read | Returns the column index. |
hiddenButton | boolean | Read | Returns the hidden button. |
filters | List<String> | Read | Returns the filters. |
customFilters | List<AutoFilterCustomFilterModel> | Read | Returns the custom filters. |
customFiltersAnd | boolean | Read | Indicates whether custom filters and. |
colorFilter | AutoFilterColorFilterModel | Read | Returns the color filter. |
dynamicFilter | AutoFilterDynamicFilterModel | Read | Returns the dynamic filter. |
top10 | AutoFilterTop10Model | Read | Returns the top 10. |
Methods
| Signature | Description |
|---|---|
FilterColumnModel() | Initializes a new FilterColumnModel instance. |
getColumnIndex() → int | Returns the column index. |
setColumnIndex(value: int) | Sets the column index. |
getHiddenButton() → boolean | Returns the hidden button. |
setHiddenButton(value: boolean) | Sets the hidden button. |
getFilters() → List<String> | Returns the filters. |
getCustomFilters() → List<AutoFilterCustomFilterModel> | Returns the custom filters. |
isCustomFiltersAnd() → boolean | Indicates whether custom filters and. |
setCustomFiltersAnd(value: boolean) | Sets the custom filters and. |
getColorFilter() → AutoFilterColorFilterModel | Returns the color filter. |
getDynamicFilter() → AutoFilterDynamicFilterModel | Returns the dynamic filter. |
getTop10() → AutoFilterTop10Model | Returns the top 10. |
clearCriteria() | Clears the current state maintained by this object. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |