AutoFilterSortState

AutoFilterSortState

Overview

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

Represents the AutoFilterSortState component.

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.