function table_getSelectedCellCount<TFeatures, TData>(table): number;function table_getSelectedCellCount<TFeatures, TData>(table): number;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:940
Returns the number of selected cells.
Uses rectangle arithmetic over the normalized, disjoint positive regions. A per-cell enableCellSelection predicate requires enumeration.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
number
const count = table_getSelectedCellCount(table)const count = table_getSelectedCellCount(table)