A
ad
I use the code below to add a new column into the Columns collection of a
DataTable
The New Column always at the last position.
I want the new column as the first position.
How can I do that?
DataTable
The New Column always at the last position.
I want the new column as the first position.
How can I do that?