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

NameTypeAccessDescription
fieldIndexintReadReturns the column index.
dropdownVisiblebooleanReadReturns true if the dropdown button is visible (not hidden).
filtersFilterValueCollectionReadReturns the filters.
customFiltersAutoFilterCustomFilterCollectionReadReturns the custom filters.
colorFilterAutoFilterColorFilterReadReturns the color filter.
dynamicFilterAutoFilterDynamicFilterReadReturns the dynamic filter.
top10AutoFilterTop10ReadReturns the top 10.

Methods

SignatureDescription
getFieldIndex()intReturns the column index.
setFieldIndex(value: int)Sets the field index.
isDropdownVisible()booleanReturns true if the dropdown button is visible (not hidden).
setDropdownVisible(value: boolean)Sets whether the dropdown button is visible.
getFilters()FilterValueCollectionReturns the filters.
getCustomFilters()AutoFilterCustomFilterCollectionReturns the custom filters.
getColorFilter()AutoFilterColorFilterReturns the color filter.
getDynamicFilter()AutoFilterDynamicFilterReturns the dynamic filter.
getTop10()AutoFilterTop10Returns the top 10.
clear()Clears the current state maintained by this object.

See Also

 English