AutoFilterModel

AutoFilterModel

Overview

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

Represents a model for auto-filter configuration in Excel.

This class provides 7 methods for working with AutoFilterModel objects in Java programs. Available methods include: AutoFilterModel, clear, getFilterColumns, getRange, getSortState, hasStoredState, setRange. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: filterColumns, range, sortState.

Description

AutoFilterModel is a class in the Aspose.Cells FOSS library for Java that exposes 6 methods and 3 properties for programmatic use.

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

The class also provides the range property (returns the range), the filterColumns property (returns the filter columns), the sortState property (returns the sort state).

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

Properties

NameTypeAccessDescription
rangeStringReadReturns the range.
filterColumnsList<FilterColumnModel>ReadReturns the filter columns.
sortStateAutoFilterSortStateModelReadReturns the sort state.

Methods

SignatureDescription
AutoFilterModel()Initializes a new AutoFilterModel instance.
getRange()StringReturns the range.
setRange(range: String)Sets the range.
getFilterColumns()List<FilterColumnModel>Returns the filter columns.
getSortState()AutoFilterSortStateModelReturns the sort state.
clear()Clears the current state maintained by this object.
hasStoredState()booleanIndicates whether this instance has stored state.

See Also

 English