How do I move column names with write range workbook

Hello, I am printing my excel records on the page using write range and filtering, then I move the filtered items to another excel sheet using write range workbook. however, the column names are lost during this migration. How can I get the column names to go to the second page?

This is the filtering action in my assign

filterDT.AsEnumerable.Where(Function(x) IsNumeric(x(“point”).ToString)).CopyToDataTable.Select(“Convert(Puan,System.Int32)>‘69’”).CopyToDataTable

Hi,

Can you try to turn on AddHeaders property?

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.