This question answers how to insert a DataColumn at position 0. Is there a way to do the same with a DataRow? Or is it impossible? Thanks.
DataTable table = //... table.Rows.InsertAt(row, 0);