Hello,
I can select multiple rows with ctrl + click. Is it possible to deselect specified row from multiple selected rows in this same way?
Deselect selected row by click
There is only one method that deselect cells and it runs for the whole selection. So if you would like to select fewer cells from the area you’d need to call selectCell()
method with a new range of cells.