Programming notes - DataGridView

カレントセルの指定方法

dataGridView1.CurrentCell = dataGridView1[0, iIndex];