Index of Currently Selected Row in DataGridView

Viewed 505729

It's that simple. How do I get the index of the currently selected Row of a DataGridView? I don't want the Row object, I want the index (0 .. n).

12 Answers
Related