DataGridView
DataGridViewSelectionMode
System.Windows.Forms.DataGridViewSelectionMode.CellSelect
this.dataGridView1.CurrentCell = this.dataGridView1.Rows[1].Cells[2];
Grid1.Focus() Grid1.CurrentCell = Grid1.Rows(1).Cells(3)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)