J
johnb41
You can ADD a column to a datatable easily: datatable.Columns.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