function table_selectCellRange<TFeatures, TData>(
table,
range,
opts?): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:558
Selects a rectangle using replace, include, or exclude semantics.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_selectCellRange(table, range, { mode: 'exclude' })