DataGridView取消默认选中行

1 private void Form_Load(object sender, EventArgs e)
2         {
3             //取消默认选中行
4             dataGridView1.ClearSelection();
5         }

 

posted @ 2014-03-04 13:41  ^懒洋洋^  阅读(892)  评论(0编辑  收藏  举报