在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 龙少爷 阅读(438) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号