AutoFilterSortState

AutoFilterSortState

Overview

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

Represents the AutoFilterSortState component.

This class provides 10 methods for working with AutoFilterSortState objects in Java programs. Available methods include: clear, getRef, getSortConditions, getSortMethod, isCaseSensitive, isColumnSort, setCaseSensitive, setColumnSort, setRef, setSortMethod. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: caseSensitive, columnSort, ref, sortConditions, sortMethod.

Properties

NameTypeAccessDescription
columnSortbooleanReadIndicates whether column sort.
caseSensitivebooleanReadIndicates whether case sensitive.
sortMethodStringReadReturns the sort method.
refStringReadReturns the ref.
sortConditionsAutoFilterSortConditionCollectionReadReturns the sort conditions.

Methods

SignatureDescription
isColumnSort()booleanIndicates whether column sort.
setColumnSort(columnSort: boolean)Sets the column sort.
isCaseSensitive()booleanIndicates whether case sensitive.
setCaseSensitive(caseSensitive: boolean)Sets the case sensitive.
getSortMethod()StringReturns the sort method.
setSortMethod(sortMethod: String)Sets the sort method.
getRef()StringReturns the ref.
setRef(ref: String)Sets the ref.
getSortConditions()AutoFilterSortConditionCollectionReturns the sort conditions.
clear()Clears the current state maintained by this object.

See Also