AutoFilterSortState
Overview
AutoFilterSortState is a struct in Aspose.Cells FOSS for Rust.
Represents auto filter sort state.
This struct provides 8 methods for working with AutoFilterSortState objects in Rust programs.
Available methods include: get_case_sensitive, get_reference, get_sort_conditions, get_sort_method, set_case_sensitive, set_reference, set_sort_method, sort_conditions.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
get_reference() → &str | Gets the associated value. |
set_reference(value: impl Into<String>) → Result<(), CellsError> | Sets the associated value. |
get_case_sensitive() → bool | Gets a value indicating whether case sensitive. |
set_case_sensitive(value: bool) | Sets a value indicating whether case sensitive. |
get_sort_method() → &str | Gets the sort method. |
set_sort_method(value: impl Into<String>) | Sets the sort method. |
sort_conditions() → AutoFilterSortConditionCollection<'_> | Gets the sort conditions. |
get_sort_conditions() → AutoFilterSortConditionCollection<'_> | Gets the sort conditions. |