2012年6月7日
摘要: private void button2_Click(object sender, EventArgs e) { if (dataGridView1.CurrentCell.RowIndex !=0) { dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.CurrentCell = this.dataGridView1[this.dataGridView1.CurrentCell.ColumnIndex, this.dataGridView1.CurrentCell 阅读全文
posted @ 2012-06-07 17:50 aparche 阅读(707) 评论(0) 推荐(0)