FilterColumn

Overview

FilterColumn is a class in Aspose.Cells FOSS for Java.

Represents the FilterColumn component.

Properties

NameTypeAccessDescription
columnIndexintReadReturns the column index.
hiddenButtonbooleanReadReturns the hidden button.
filtersFilterValueCollectionReadReturns the filters.
customFiltersAutoFilterCustomFilterCollectionReadReturns the custom filters.
colorFilterAutoFilterColorFilterReadReturns the color filter.
dynamicFilterAutoFilterDynamicFilterReadReturns the dynamic filter.
top10AutoFilterTop10ReadReturns the top 10.

Methods

SignatureDescription
getColumnIndex()intReturns the column index.
getHiddenButton()booleanReturns the hidden button.
setHiddenButton(value: boolean)Sets the hidden button.
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.