Row
Overview
Row is a class in Aspose.Cells FOSS for C++.
Represents row.
This class provides 4 methods for working with Row objects in C++ programs.
Available methods include: GetHeight, GetIsHidden, SetHeight, SetIsHidden.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetHeight() → std::optional<double> | Gets or sets the height. |
SetHeight(value: std::optional<double>) | Sets the height value. |
GetIsHidden() → bool | Gets or sets a value indicating whether hidden. |
SetIsHidden(value: bool) | Sets the is hidden value. |