C# 如何指出並顯示指定選取DataGridView上特定一筆資料

摘要:C# 如何指出並顯示指定選取DataGridView上特定一筆資料

REPORT_DataGridView.CurrentCell =
REPORT_DataGridView.Rows[X].Cells[Y];
這樣就可以給值,DataGridView就會把Select Bar停在
想停的那筆資料上了