vbnet click on dgv cells

The solution for “vbnet click on dgv cells” can be found here. The following code will assist you in solving the problem.

Private Sub DataGridView1_CellClick(sender As Object, e As DataGridViewCellEventArgs) Handles DataGridView1.CellClick

If e.ColumnIndex = 0 And e.RowIndex = 0 Then

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts