RowModel

Overview

RowModel is a class in Aspose.Cells FOSS for .NET.

Represents row model.

Properties

NameTypeAccessDescription
Heightdouble?Read/WriteSpecifies the row height in points; null means default height
HiddenboolRead/WriteIndicates whether the row is hidden from view
StyleIndexint?Read/WriteHolds the index of the style applied to the row; null means no explicit style

See Also