RowModel

Overview

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

Represents row model.

This class provides 6 methods for working with RowModel objects in C++ programs. Available methods include: GetHeight, GetHidden, GetStyleIndex, SetHeight, SetHidden, SetStyleIndex. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetHeight()std::optional<double>Gets or sets the height.
SetHeight(value: std::optional<double>)Sets the height value.
GetHidden()boolGets or sets a value indicating whether hidden.
SetHidden(value: bool)Sets the hidden value.
GetStyleIndex()std::optional<int>Gets or sets the style index.
SetStyleIndex(value: std::optional<int>)Sets the style index value.

See Also

 English