I have a DatagridView control on a Windows form. It's selectionMode property is set to CellSelect.
I want to operate on DatagridViewRow based on selected cells. The DataGridView control is bound to a DataSource.
How to get the Row collection based on selected cells ?
SelectedCells
collection not sure if you are looking for the same ? - V4Vendetta