Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Sheet.SetPrintRepeatRows
Sets repeated rows on each page from rowFirst to rowLast.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Sheet.SetPrintRepeatRows"; bookRef; sheetIndex; rowFirst; rowLast ) More
Parameters
Parameter | Description | Example |
---|---|---|
bookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
sheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
rowFirst | The first row. First row has index 0. | $row |
rowLast | The last row. | $row |
Result
Returns OK or error.
Description
Sets repeated rows on each page from rowFirst to rowLast.See also
- XL.Book.SheetCount
- XL.LoadBook
- XL.Sheet.ClearPrintRepeats
- XL.Sheet.GetPrintRepeatCols
- XL.Sheet.GetPrintRepeatRows
- XL.Sheet.SetFooter
- XL.Sheet.SetPrintRepeatCols
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014