AutoFilterCustomFilter
Overview
AutoFilterCustomFilter is a struct in Aspose.Cells FOSS for Rust.
Represents auto filter custom filter.
This struct provides 4 methods for working with AutoFilterCustomFilter objects in Rust programs.
Available methods include: get_operator, get_value, set_operator, set_value.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
get_operator() → FilterOperatorType | Gets the operator. |
set_operator(value: FilterOperatorType) | Sets the operator. |
get_value() → &str | Gets the value. |
set_value(value: impl Into<String>) | Sets the value. |