i need to add empty row in datatable in the first row of the table
for example
aaa | bbb | ccc |
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
i need to add empty row in datatable in the first row of the table
for example
aaa | bbb | ccc |
1 | 2 | 3 |
4 | 5 | 6 |
7 | 8 | 9 |
Hi,
Can you try to use DataRowCollection.InsertAt method as the following?
Sample
Sample20240307-2.zip (3.1 KB)
Regards,
before header insert row ???
yes, i need header row in datatable
example share your xls file
where sequence file…