Search results

RowModel API in JavaScript Spreadsheet API control

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.