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.

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