Skip to content

TableEditor.getSelectionBounds method

TableEditor › getSelectionBounds

Unofficial

Get the bounds of the current cell selection.

Signature:

getSelectionBounds(): null | TableSelectionBounds

Returns: null | TableSelectionBoundsThe selection bounds, or null if there is no multi-cell selection.