AutoFilterCustomFilterCollection

AutoFilterCustomFilterCollection

Overview

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

Represents a collection of auto filter custom filter objects.

This struct provides 6 methods for working with AutoFilterCustomFilterCollection objects in Rust programs. Available methods include: add, clear, count, get, get_match_all, set_match_all. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
count()usizeGets the number of items.
get_match_all()boolGets a value indicating whether match all.
set_match_all(value: bool)Sets a value indicating whether match all.
add(operator: FilterOperatorType, value: impl Into<String>)usizeAdds the specified item.
get(index: usize)Option<AutoFilterCustomFilter<'_>>Gets the item from the collection.
clear()Clears the current state.

See Also