ListColumnCollection

ListColumnCollection

Overview

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

Represents the ordered collection of columns in an Excel table.

This struct provides 4 methods for working with ListColumnCollection objects in Rust programs. Available methods include: count, get, get_count, item. 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_count()usizeGets the number of items.
get(index: usize)Option<ListColumn<'_>>Gets the item from the collection.
item(index: usize)Option<ListColumn<'_>>Gets the item from the collection.

See Also