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
| Name | Type | Access | Description |
|---|---|---|---|
range | String | Read | Returns the range. |
filterColumns | List<FilterColumnModel> | Read | Returns the filter columns. |
sortState | AutoFilterSortStateModel | Read | Returns the sort state. |
Methods
| Signature | Description |
|---|---|
AutoFilterModel() | Initializes a new AutoFilterModel instance. |
getRange() → String | Returns the range. |
setRange(range: String) | Sets the range. |
getFilterColumns() → List<FilterColumnModel> | Returns the filter columns. |
getSortState() → AutoFilterSortStateModel | Returns the sort state. |
clear() | Clears the current state maintained by this object. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |