FilterColumnModel

FilterColumnModel

Overview

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

Represents the FilterColumnModel component.

Properties

NameTypeAccessDescription
columnIndexintReadReturns the column index.
hiddenButtonbooleanReadReturns the hidden button.
filtersList<String>ReadReturns the filters.
customFiltersList<AutoFilterCustomFilterModel>ReadReturns the custom filters.
customFiltersAndbooleanReadIndicates whether custom filters and.
colorFilterAutoFilterColorFilterModelReadReturns the color filter.
dynamicFilterAutoFilterDynamicFilterModelReadReturns the dynamic filter.
top10AutoFilterTop10ModelReadReturns the top 10.

Methods

SignatureDescription
FilterColumnModel()Initializes a new FilterColumnModel instance.
getColumnIndex()intReturns the column index.
setColumnIndex(value: int)Sets the column index.
getHiddenButton()booleanReturns the hidden button.
setHiddenButton(value: boolean)Sets the hidden button.
getFilters()List<String>Returns the filters.
getCustomFilters()List<AutoFilterCustomFilterModel>Returns the custom filters.
isCustomFiltersAnd()booleanIndicates whether custom filters and.
setCustomFiltersAnd(value: boolean)Sets the custom filters and.
getColorFilter()AutoFilterColorFilterModelReturns the color filter.
getDynamicFilter()AutoFilterDynamicFilterModelReturns the dynamic filter.
getTop10()AutoFilterTop10ModelReturns the top 10.
clearCriteria()Clears the current state maintained by this object.
hasStoredState()booleanIndicates whether this instance has stored state.