AutoFilterTop10
Overview
AutoFilterTop10 is a struct in Aspose.Cells FOSS for Rust.
Represents auto filter top10.
This struct provides 10 methods for working with AutoFilterTop10 objects in Rust programs.
Available methods include: get_enabled, get_filter_value, get_percent, get_top, get_value, set_enabled, set_filter_value, set_percent, set_top, set_value.
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_top() → bool | Gets a value indicating whether top. |
set_top(value: bool) | Sets a value indicating whether top. |
get_percent() → bool | Gets a value indicating whether percent. |
set_percent(value: bool) | Sets a value indicating whether percent. |
get_value() → Option<f64> | Gets the value. |
set_value(value: Option<f64>) | Sets the value. |
get_filter_value() → Option<f64> | Gets the filter value. |
set_filter_value(value: Option<f64>) | Sets the filter value. |