FilterValueCollection

FilterValueCollection

Overview

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

Represents a collection of filter value objects.

This struct provides 4 methods for working with FilterValueCollection 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(value: impl Into<String>)Adds the specified item.
get(index: usize)Option<&str>Gets the item from the collection.
clear()Clears the current state.

See Also