AutoFilterSortState

AutoFilterSortState

Overview

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

Represents auto filter sort state.

This class provides 10 methods for working with AutoFilterSortState objects in C++ programs. Available methods include: Clear, GetCaseSensitive, GetColumnSort, GetRef, GetSortConditions, GetSortMethod, SetCaseSensitive, SetColumnSort, SetRef, SetSortMethod. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

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

See Also

 English