AutoFilterDynamicFilter
Overview
AutoFilterDynamicFilter is a class in Aspose.Cells FOSS for C++.
Represents auto filter dynamic filter.
Methods
| Signature | Description |
|---|---|
GetEnabled() → bool | Gets or sets a value indicating whether enabled. |
SetEnabled(value: bool) | |
GetType() → std::string | Gets or sets the type. |
SetType(value: std::string) | |
GetValue() → std::optional<double> | Gets or sets the value. |
SetValue(value: std::optional<double>) | |
GetMaxValue() → std::optional<double> | Gets or sets the max value. |
SetMaxValue(value: std::optional<double>) | |
Clear() | Clears the current state. |