2010年9月3日

在DataGridView选中指定行

摘要: if (this.dataGridView.Rows.Count > 1) { DataGridViewRow dr = this.dataGridView.Rows[i]; dr.Selected = true; this.dataGridView.CurrentCell = dr.Cells[0]; } 阅读全文

posted @ 2010-09-03 15:52 龙少爷 阅读(428) 评论(0) 推荐(0) 编辑

导航