Overview
Row is a class in Aspose.Cells FOSS for C++.
Represents row.
Methods
| Signature | Description |
|---|
GetHeight() → std::optional<double> | Gets or sets the height. |
SetHeight(value: std::optional<double>) | |
GetIsHidden() → bool | Gets or sets a value indicating whether hidden. |
SetIsHidden(value: bool) | |
See Also