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