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);