G
Guest
Hello
I would like to insert a new column in DataTable at a specified position
Unfortunatly, the DataColumnCollection does not expose any method to do this (like AddAt)
In fact, the AddAt method exists for the class DataColumnCollection, but is "private"
Thanks.
I would like to insert a new column in DataTable at a specified position
Unfortunatly, the DataColumnCollection does not expose any method to do this (like AddAt)
In fact, the AddAt method exists for the class DataColumnCollection, but is "private"
Thanks.