Does anyone know how to get the number of rows that are included in the total SelectedCells of a datagridview?
This is where the user actually selects multiple cells in multiple rows - not actually selecting the rows themselves.
I don't need to row indexes of the cells. What I need to get is the total number of rows included in the entire SelectedCells collection.
Appreciate any feed back.