c#中的datagridview数据表格有没有像excel一样在两条数据中间插入新行的功能
以这种方式插入:在第1行后面插入:DataGridView1.Rows.Insert(0, New DataGridViewRow());