//删除第0行
DataGridView.Rows[0].Remove();

 

//删除第1行
DataGridView.Rows[1].Remove();

 

//删除第2行
DataGridView.Rows[2].Remove();

...


本文转载:CSDN博客