As I am in between the process of data manipulation in the datatable, I need to perform the following:-
Suppose the raw datatable is as follows: dtTest
I need to change the Header Names of this dtTest such that:-
Where I replaced the headers from dtTest as
from Column-0 to Activity_N
from Column-1 to Case_Num
from Column-2 to Responsib
from Column-3 to Incident_D
from Column-4 to Activity_Ty
But I was not able to find the way where I can change the header names of the datatable.