AutoFilterModel

AutoFilterModel

Overview

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

Represents auto filter model.

This class provides 11 methods for working with AutoFilterModel objects in C++ programs. Available methods include: AutoFilterSortStateModel, Clear, GetFilterColumns, GetRange, GetSortState, HasStoredState, SetRange. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: AutoFilterSortStateModel.

Accessor Methods

NameTypeAccessDescription
AutoFilterSortStateModelAutoFilterSortStateModelReadGets the auto filter sort state model.

Methods

SignatureDescription
AutoFilterSortStateModel()AutoFilterSortStateModelGets the sort state.
AutoFilterSortStateModel()AutoFilterSortStateModelCalls AutoFilterSortStateModel on this AutoFilterModel instance.
GetRange()std::stringGets or sets the range.
SetRange(value: std::string)Sets the range value.
SetRange(value: std::string)Sets the range value.
GetFilterColumns()std::vector<FilterColumnModel>Gets the filter columns.
GetFilterColumns()std::vector<FilterColumnModel>Returns the filter columns.
GetSortState()AutoFilterSortStateModelGets the sort state.
GetSortState()AutoFilterSortStateModelReturns the sort state.
Clear()Clears the current state.
HasStoredState()boolPerforms has stored state. true if the condition is met; otherwise, false.

See Also

 English