FilterColumn
Overview
FilterColumn is a class in Aspose.Cells FOSS for Java.
Represents the FilterColumn component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
columnIndex | int | Read | Returns the column index. |
hiddenButton | boolean | Read | Returns the hidden button. |
filters | FilterValueCollection | Read | Returns the filters. |
customFilters | AutoFilterCustomFilterCollection | Read | Returns the custom filters. |
colorFilter | AutoFilterColorFilter | Read | Returns the color filter. |
dynamicFilter | AutoFilterDynamicFilter | Read | Returns the dynamic filter. |
top10 | AutoFilterTop10 | Read | Returns the top 10. |
Methods
| Signature | Description |
|---|---|
getColumnIndex() → int | Returns the column index. |
getHiddenButton() → boolean | Returns the hidden button. |
setHiddenButton(value: boolean) | Sets the hidden button. |
getFilters() → FilterValueCollection | Returns the filters. |
getCustomFilters() → AutoFilterCustomFilterCollection | Returns the custom filters. |
getColorFilter() → AutoFilterColorFilter | Returns the color filter. |
getDynamicFilter() → AutoFilterDynamicFilter | Returns the dynamic filter. |
getTop10() → AutoFilterTop10 | Returns the top 10. |
clear() | Clears the current state maintained by this object. |