AutoFilter

Overview

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

Represents an auto-filter in a worksheet.

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

Description

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

Core capabilities include: string; filtercolumncollection; autofiltersortstate. These operations enable developers to integrate autofilter 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).

Properties

NameTypeAccessDescription
rangeStringReadReturns the range.
filterColumnsFilterColumnCollectionReadReturns the filter columns.
sortStateAutoFilterSortStateReadReturns the sort state.

Methods

SignatureDescription
getRange()StringReturns the range.
setRange(value: String)Sets the range.
getFilterColumns()FilterColumnCollectionReturns the filter columns.
getSortState()AutoFilterSortStateReturns the sort state.
clear()Clears the current state maintained by this object.

See Also

 English