Anda di halaman 1dari 1

Private Sub DataGridView1_CellClick(ByVal sender As Object, _

ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridV


iew1.CellClick
With DataGridView1
TextBox1.Text = .Item(0, .CurrentRow.Index).Value
TextBox2.Text = .Item(1, .CurrentRow.Index).Value
End With
End Sub

Anda mungkin juga menyukai