เลือก Row ที่ต้องการ แล้วทำการ Select
if (dgv.Rows.Count == 5) { // row start = 0 dgv.Rows[5].Selected = true; }