AutoFilterColorFilter

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

SignatureDescription
get_enabled()boolGets 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()boolGets a value indicating whether cell color.
set_cell_color(value: bool)Sets a value indicating whether cell color.

See Also