FilterColumn
Overview
FilterColumn is a class in Aspose.Cells FOSS for Java.
Represents the FilterColumn component.
This class provides 10 methods for working with FilterColumn objects in Java programs.
Available methods include: clear, getColorFilter, getCustomFilters, getDynamicFilter, getFieldIndex, getFilters, getTop10, isDropdownVisible, setDropdownVisible, setFieldIndex.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: colorFilter, customFilters, dropdownVisible, dynamicFilter, fieldIndex, filters, and 1 more.
Description
FilterColumn is a class in the Aspose.Cells FOSS library for Java that exposes 10 methods and 7 properties for programmatic use.
Core capabilities include: boolean; filtervaluecollection; autofiltercustomfiltercollection. These operations enable developers to integrate filtercolumn functionality directly into Java applications.
The class also provides the fieldIndex property (returns the column index), the dropdownVisible property (returns true if the dropdown button is visible (not hidden)), the filters property (returns the filters).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fieldIndex | int | Read | Returns the column index. |
dropdownVisible | boolean | Read | Returns true if the dropdown button is visible (not hidden). |
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 |
|---|---|
getFieldIndex() → int | Returns the column index. |
setFieldIndex(value: int) | Sets the field index. |
isDropdownVisible() → boolean | Returns true if the dropdown button is visible (not hidden). |
setDropdownVisible(value: boolean) | Sets whether the dropdown button is visible. |
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. |