RowsMut
Overview
RowsMut is a struct in Aspose.Cells FOSS for Rust.
Represents a collection of row objects.
This struct provides 4 methods for working with RowsMut 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
| Signature | Description |
|---|---|
get(row: u32) → RowMut<'_> | Gets the item from the collection. |
item(row: u32) → RowMut<'_> | Gets the item from the collection. |
count() → usize | Gets the number of items. |
get_count() → usize | Gets the number of items. |