AutoFilterColorFilter
Overview
AutoFilterColorFilter is a struct in Aspose.Cells FOSS for Rust.
Represents auto filter color filter.
This struct provides 6 methods for working with AutoFilterColorFilter objects in Rust programs.
Available methods include: get_cell_color, get_differential_style_id, get_enabled, set_cell_color, set_differential_style_id, set_enabled.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
get_enabled() → bool | Gets a value indicating whether enabled. |
set_enabled(value: bool) | Sets a value indicating whether enabled. |
get_differential_style_id() → Option<u32> | Gets the differential style id. |
set_differential_style_id(value: Option<u32>) | Sets the differential style id. |
get_cell_color() → bool | Gets a value indicating whether cell color. |
set_cell_color(value: bool) | Sets a value indicating whether cell color. |