AutoFilterDynamicFilter

AutoFilterDynamicFilter

Overview

AutoFilterDynamicFilter is a struct in Aspose.Cells FOSS for Rust.

Represents auto filter dynamic filter.

This struct provides 8 methods for working with AutoFilterDynamicFilter objects in Rust programs. Available methods include: get_enabled, get_max_value, get_type, get_value, set_enabled, set_max_value, set_type, set_value. 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_type()&strGets the type.
set_type(value: impl Into<String>)Sets the type.
get_value()Option<f64>Gets the value.
set_value(value: Option<f64>)Sets the value.
get_max_value()Option<f64>Gets the max value.
set_max_value(value: Option<f64>)Sets the max value.

See Also