You can ADD a column to a datatable easily: datatable.Colum ns.Add()
I would like to INSERT a column instead of adding it to the end. Is
this possible?
Thanks!
John
I would like to INSERT a column instead of adding it to the end. Is
this possible?
Thanks!
John
Comment