function table_selectCellRange<TFeatures, TData>(
table,
range,
opts?): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:554
Selects a rectangle, replacing the current selection unless additive.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_selectCellRange(table, range, { additive: true })