方法一
dataGridView1.ClearSelection()方法二
dataGridView1.CurrentCell = Nothing方法三
DataGridView1.Rows(0).Selected = False