Skip to content

@sheetkit/node / JsRowData

Interface: JsRowData

Defined in: binding.d.ts:865

A row with its 1-based row number and cell data.

Properties

cells

cells: JsRowCell[]

Defined in: binding.d.ts:869

Cells with data in this row.


row

row: number

Defined in: binding.d.ts:867

1-based row number.

Released under the MIT / Apache-2.0 License.