AutoFilterSortCondition

AutoFilterSortCondition

Overview

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

Represents auto filter sort condition.

This struct provides 13 methods for working with AutoFilterSortCondition objects in Rust programs. Available methods include: get_custom_list, get_descending, get_differential_style_id, get_icon_id, get_icon_set, get_reference, get_sort_by, set_custom_list, set_descending, set_differential_style_id, set_icon_id, set_icon_set, and 1 additional methods. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
get_reference()&strGets the associated value.
get_descending()boolGets a value indicating whether descending.
set_descending(value: bool)Sets a value indicating whether descending.
get_sort_by()&strGets the sort by.
set_sort_by(value: impl Into<String>)Sets the sort by.
get_custom_list()&strGets the custom list.
set_custom_list(value: impl Into<String>)Sets the custom list.
get_differential_style_id()Option<u32>Gets the differential style id.
set_differential_style_id(value: Option<u32>)Sets the differential style id.
get_icon_set()&strGets the icon set.
set_icon_set(value: impl Into<String>)Sets the icon set.
get_icon_id()Option<u32>Gets the icon id.
set_icon_id(value: Option<u32>)Sets the icon id.

See Also