RowModel
23 Sep 20251 minute to read
Interface for a class Row
Properties
cells CellModel[]
Specifies cell and its properties for the row.
customHeight boolean
specifies custom height of the row.
format FormatModel
Specifies format of the row.
height number
Specifies height of the row.
hidden boolean
To hide/show the row in spreadsheet.
index number
Specifies the index to the row. Based on the index, row properties are applied.
isReadOnly boolean
Represents whether a row in the sheet is read-only or not. If set to true, it prevents editing the specified cell in the sheet.