AutoFilterTop10
Overview
AutoFilterTop10 is a class in Aspose.Cells FOSS for C++.
Represents auto filter top10.
Methods
| Signature | Description |
|---|---|
GetEnabled() → bool | Gets or sets a value indicating whether enabled. |
SetEnabled(value: bool) | |
GetTop() → bool | Gets or sets a value indicating whether top. |
SetTop(value: bool) | |
GetPercent() → bool | Gets or sets a value indicating whether percent. |
SetPercent(value: bool) | |
GetValue() → std::optional<double> | Gets or sets the value. |
SetValue(value: std::optional<double>) | |
GetFilterValue() → std::optional<double> | Gets or sets the filter value. |
SetFilterValue(value: std::optional<double>) | |
Clear() | Clears the current state. |