vs2005的DataGridView行选中和选中行可见

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

posted on 2007-11-26 15:16  优雅小猪  阅读(1235)  评论(0编辑  收藏  举报

导航