Spread.Services Documentation
Configure Rows to Repeat at Top
Spread.Services Documentation > Developer's Guide > Configure Print Settings via Page Setup > Configure Rows to Repeat at Top

You can configure rows in a worksheet in order to repeat them at the top by using the PrintTitleRows property of the IPageSetup interface.

C#
Copy Code
//Set rows to repeat at top
worksheet.PageSetup.PrintTitleRows = "$5:$10";