AutoFilterDynamicFilter
Overview
AutoFilterDynamicFilter is a class in Aspose.Cells FOSS for C++.
Represents auto filter dynamic filter.
This class provides 9 methods for working with AutoFilterDynamicFilter objects in C++ programs.
Available methods include: Clear, GetEnabled, GetMaxValue, GetType, GetValue, SetEnabled, SetMaxValue, SetType, SetValue.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetEnabled() → bool | Gets or sets a value indicating whether enabled. |
SetEnabled(value: bool) | Sets the enabled value. |
GetType() → std::string | Gets or sets the type. |
SetType(value: std::string) | Sets the type value. |
GetValue() → std::optional<double> | Gets or sets the value. |
SetValue(value: std::optional<double>) | Sets the value value. |
GetMaxValue() → std::optional<double> | Gets or sets the max value. |
SetMaxValue(value: std::optional<double>) | Sets the max value value. |
Clear() | Clears the current state. |