Moving a column in a table

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

Hello all,
I'm wondering, does anyone know how (if possible) to move a column within a
DataTable. Can this be done after data is in the table? I'm adding a column
after I do a query which populates the table. I then need to move the column
to the first position in the Column Collection.
Thanks

Cheers :)
 
Hi Randy,

Why would you need that?
It is really a data consumer that should arrange the column order.
 
Back
Top