Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个问题回答了如何在位置 0 处插入 DataColumn。有没有办法用 DataRow 做同样的事情?或者那是不可能的?谢谢。
DataTable table = //... table.Rows.InsertAt(row, 0);