this.dataGridView1.ClearSelection();
  this.dataGridView1.Rows[i].Selected = true;
  this.dataGridView1.CurrentCell = this.dataGridView1.Rows[i].Cells[1];

相关文章: