TableEditor.getSelectionBounds method
TableEditor › getSelectionBounds
Unofficial
Get the bounds of the current cell selection.Signature:
getSelectionBounds(): null | TableSelectionBoundsReturns: null | TableSelectionBounds — The selection bounds, or null if there is no multi-cell selection.