Data table problem

hi when im trying to scrap the data im getting like this … i want to remove that column1 to column-8 and i want to make my colums as status , date , time ., attrinute etc …

plz tell me the way to do it

Hi,

Can you try as the following?

currentItem.ColumnName=ExtractDataTable.Rows(1)(idx).ToString

Regards,

is there any other option