Skip to content

@serenity-is/sleekgrid / RowCell

Interface: RowCell

Defined in: src/core/editing.ts:37

Row/cell coordinate pair that identifies a single cell.

Properties

cell

cell: number

Defined in: src/core/editing.ts:41

Zero-based cell/column index.


row

row: number

Defined in: src/core/editing.ts:39

Zero-based row index.