AutoFilterDynamicFilterModel
Overview
AutoFilterDynamicFilterModel is a class in Aspose.Cells FOSS for C++.
Represents auto filter dynamic filter model.
This class provides 11 methods for working with AutoFilterDynamicFilterModel objects in C++ programs.
Available methods include: AutoFilterDynamicFilterModel, 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 |
|---|---|
AutoFilterDynamicFilterModel() | Calls AutoFilterDynamicFilterModel on this AutoFilterDynamicFilterModel instance. |
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. |
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. |