function table_selectAllCells<TFeatures, TData>(table): void;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:599
Selects every selectable cell in the table as one range.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
void
table_selectAllCells(table)