AutoFilterSortCondition
Overview
AutoFilterSortCondition is a class in Aspose.Cells FOSS for C++.
Represents auto filter sort condition.
Methods
| Signature | Description |
|---|---|
GetRef() → std::string | Gets or sets the ref. |
SetRef(value: std::string) | |
GetDescending() → bool | Gets or sets a value indicating whether descending. |
SetDescending(value: bool) | |
GetSortBy() → std::string | Gets or sets the sort by. |
SetSortBy(value: std::string) | |
GetCustomList() → std::string | Gets 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::string | Gets or sets the icon set. |
SetIconSet(value: std::string) | |
GetIconId() → std::optional<int> | Gets or sets the icon id. |
SetIconId(value: std::optional<int>) |