How to implement header and footer repeat printing function?

Hi

Form headers can now be printed repeatedly.

I need to implement repeat printing for the end of the form.

Similar cases:

Advanced Excel Reporting and Printing Features with Repeated Headers and Footers in C# and .NET 6


1 Reply

RS Ramya Sivakumar Syncfusion Team June 2, 2022 01:04 PM UTC

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.



Loader.
Up arrow icon