AutoFilterColorFilterModel
Overview
AutoFilterColorFilterModel is a class in Aspose.Cells FOSS for C++.
Represents auto filter color filter model.
This class provides 8 methods for working with AutoFilterColorFilterModel objects in C++ programs.
Available methods include: AutoFilterColorFilterModel, Clear, GetCellColor, GetDifferentialStyleId, GetEnabled, SetCellColor, SetDifferentialStyleId, SetEnabled.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
AutoFilterColorFilterModel() | Calls AutoFilterColorFilterModel on this AutoFilterColorFilterModel instance. |
GetEnabled() → bool | Gets or sets a value indicating whether enabled. |
SetEnabled(value: bool) | Sets the enabled value. |
GetDifferentialStyleId() → std::optional<int> | Gets or sets the differential style id. |
SetDifferentialStyleId(value: std::optional<int>) | Sets the differential style id value. |
GetCellColor() → bool | Gets or sets a value indicating whether cell color. |
SetCellColor(value: bool) | Sets the cell color value. |
Clear() | Clears the current state. |