Skip to content

TableEditor.offsetCellsAfter method

TableEditor › offsetCellsAfter

Unofficial

Shift the document offsets of every cell after the given one.

Signature:

offsetCellsAfter(cell: TableCell, offset: number): void

Parameters:

ParameterTypeDescription
cellTableCellThe reference cell.
offsetnumberThe offset to apply.

Returns: void