Hello,
do you know how to change first row of datatable to header?
When I’m reading source file, first column contains only nonsense. After some selects, I’m able to create Datatable which contains what I need and here I need to change somehow first row to header to be able to use commands like OutputDT.Select.CopyToDataTable().DefaultView.ToTable(False, ArraySelectedColumns).
thanks