Hi,
I have a data table and I would like to change the order of the columns. (There is already data in the data table)
So basically I need:
How do I do that?
Hi,
I have a data table and I would like to change the order of the columns. (There is already data in the data table)
So basically I need:
How do I do that?
Use invoke method with SetOrdinal
And pss the datatable and the index in prameters where you want the column
Check this for screenshots of how it looks if stuck
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.