There is the RowIndex property for the CurrentCell property for the DataGridView.
datagridview.CurrentCell.RowIndex
Handle the SelectionChanged event and find the index of the selected row as above.
There is the RowIndex property for the CurrentCell property for the DataGridView.
datagridview.CurrentCell.RowIndex
Handle the SelectionChanged event and find the index of the selected row as above.