Hi JM,
Greetings from Syncfusion.
Unfortunately, we don’t have support for your requirement.
But we have support for header and footer and PrintTitleRows and
PrintTitleColumns.
To set the footer content kindly use the following code
snippet.
Code Snippet:
|
worksheet.PageSetup.LeftFooter =
worksheet.Range["A47"].DisplayText;
|
Kindly refer to the UG and KB links to know about the print
titles and header and footers.
https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-set-print-titles
https://www.syncfusion.com/kb/1933/add-excel-headers-and-footers-in-c-vb-net
Regards,
Ramya.