Skip to content

TableEditor.getCellAt method

TableEditor › getCellAt

Unofficial

Get the cell at the given row and column.

Signature:

getCellAt(row: number, col: number): null | TableCell

Parameters:

ParameterTypeDescription
rownumberRow index.
colnumberColumn index.

Returns: null | TableCellThe cell at the position, or null if out of bounds.