kcwallace
Well-known member
Can someone guide me to an example for setting the row of a DataGridView programmatically? For Examle:
DataGridView1.row=12
I tried:
DataGridView1.Rows(yyy).Selected = True
but that only highlights the row.
DataGridView1.row=12
I tried:
DataGridView1.Rows(yyy).Selected = True
but that only highlights the row.