function table_extendCellSelection<TFeatures, TData>(table, direction): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:761
Extends the active range one step in a direction, keeping its anchor fixed.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_extendCellSelection(table, 'right')