AutoFilterSortConditionCollection

AutoFilterSortConditionCollection

Overview

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

Represents a collection of auto filter sort condition objects.

This struct provides 4 methods for working with AutoFilterSortConditionCollection objects in Rust programs. Available methods include: add, clear, count, get. 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.
add(reference: impl Into<String>)Result<usize, CellsError>Adds the specified item.
get(index: usize)Option<AutoFilterSortCondition<'_>>Gets the item from the collection.
clear()Clears the current state.

See Also