Row
Overview
Row is a struct in Aspose.Cells FOSS for Rust.
Represents row.
This struct provides 7 methods for working with Row objects in Rust programs.
Available methods include: get_height, get_index, get_is_hidden, height, index, is_hidden, properties.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
index() → u32 | Gets the associated value. |
get_index() → u32 | Gets the associated value. |
properties() → Option<RowProperties> | Gets stored row properties for this row, if present. |
height() → Option<f64> | Gets the height. |
get_height() → Option<f64> | Gets the height. |
is_hidden() → bool | Gets a value indicating whether hidden. |
get_is_hidden() → bool | Gets a value indicating whether hidden. |