AutoFilterSortState

AutoFilterSortState

Overview

AutoFilterSortState is a class in Aspose.Cells FOSS for C++.

Represents auto filter sort state.

Methods

SignatureDescription
GetColumnSort()boolGets or sets a value indicating whether column sort.
SetColumnSort(value: bool)
GetCaseSensitive()boolGets or sets a value indicating whether case sensitive.
SetCaseSensitive(value: bool)
GetSortMethod()std::stringGets or sets the sort method.
SetSortMethod(value: std::string)
GetRef()std::stringGets or sets the ref.
SetRef(value: std::string)
Clear()Clears the current state.

See Also