FilterColumnModel

FilterColumnModel

Overview

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

Represents the FilterColumnModel component.

This class provides 14 methods for working with FilterColumnModel objects in Java programs. Available methods include: FilterColumnModel, clearCriteria, getColorFilter, getColumnIndex, getCustomFilters, getDynamicFilter, getFilters, getHiddenButton, getTop10, hasStoredState, isCustomFiltersAnd, setColumnIndex, and 2 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: colorFilter, columnIndex, customFilters, customFiltersAnd, dynamicFilter, filters, and 2 more.

Description

FilterColumnModel is a class in the Aspose.Cells FOSS library for Java that exposes 13 methods and 8 properties for programmatic use.

Core capabilities include: boolean; list<string>; list<autofiltercustomfiltermodel>. These operations enable developers to integrate filtercolumnmodel functionality directly into Java applications.

The class also provides the columnIndex property (returns the column index), the hiddenButton property (returns the hidden button), the filters property (returns the filters).

Instances are created through a single constructor that initializes the object with default values.

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.

See Also

 English