AutoFilterSortCondition

AutoFilterSortCondition

Overview

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

Represents auto filter sort condition.

Methods

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

See Also