AutoFilterSortCondition

AutoFilterSortCondition

Overview

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

Represents auto filter sort condition.

This class provides 14 methods for working with AutoFilterSortCondition objects in C++ programs. Available methods include: GetCustomList, GetDescending, GetDifferentialStyleId, GetIconId, GetIconSet, GetRef, GetSortBy, SetCustomList, SetDescending, SetDifferentialStyleId, SetIconId, SetIconSet, and 2 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetRef()std::stringGets or sets the ref.
SetRef(value: std::string)Sets the ref value.
GetDescending()boolGets or sets a value indicating whether descending.
SetDescending(value: bool)Sets the descending value.
GetSortBy()std::stringGets or sets the sort by.
SetSortBy(value: std::string)Sets the sort by value.
GetCustomList()std::stringGets or sets the custom list.
SetCustomList(value: std::string)Sets the custom list value.
GetDifferentialStyleId()std::optional<int>Gets or sets the differential style id.
SetDifferentialStyleId(value: std::optional<int>)Sets the differential style id value.
GetIconSet()std::stringGets or sets the icon set.
SetIconSet(value: std::string)Sets the icon set value.
GetIconId()std::optional<int>Gets or sets the icon id.
SetIconId(value: std::optional<int>)Sets the icon id value.

See Also

 English