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.

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