VBNET Clique em células DGV
Private Sub DataGridView1_CellClick(sender As Object, e As DataGridViewCellEventArgs) Handles DataGridView1.CellClick
If e.ColumnIndex = 0 And e.RowIndex = 0 Then
Salty Joe