how can i set a value to the Header of the Table?
for example i have a list<string> that contains the column header text of a datatable. and i need to set the header value to this list so it will display all column names.
i successfully created the rows in the table according to the Datatabl since i can access the body of the table(Table.body). how can i access table header and set its value?
any help?
for example i have a list<string> that contains the column header text of a datatable. and i need to set the header value to this list so it will display all column names.
i successfully created the rows in the table according to the Datatabl since i can access the body of the table(Table.body). how can i access table header and set its value?
any help?