Rows

Overview

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

Represents a collection of row objects.

This struct provides 4 methods for working with Rows 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
get(row: u32)Row<'_>Gets the item from the collection.
item(row: u32)Row<'_>Gets the item from the collection.
count()usizeGets the number of items.
get_count()usizeGets the number of items.

See Also