Row

Overview

Row is a class in Aspose.Cells FOSS for C++.

Represents row.

Methods

SignatureDescription
GetHeight()std::optional<double>Gets or sets the height.
SetHeight(value: std::optional<double>)
GetIsHidden()boolGets or sets a value indicating whether hidden.
SetIsHidden(value: bool)

See Also