这个问题回答了如何在位置0插入一个DataColumn.有没有办法用DataRow做同样的事情?或者这是不可能的?谢谢.
DataTable table = //... table.Rows.InsertAt(row, 0);