AutoFilter

Overview

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

Represents auto filter.

This struct provides 8 methods for working with AutoFilter objects in Rust programs. Available methods include: clear, filter_columns, get_filter_columns, get_range, get_sort_state, range, set_range, sort_state. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
range()&strGets the range.
get_range()&strGets the range.
set_range(value: impl Into<String>)Result<(), CellsError>Sets the range.
filter_columns()FilterColumnCollection<'_>Gets the filter columns.
get_filter_columns()FilterColumnCollection<'_>Gets the filter columns.
sort_state()AutoFilterSortState<'_>Gets the sort state.
get_sort_state()AutoFilterSortState<'_>Gets the sort state.
clear()Clears the current state.

See Also