var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.repeatRowEnd(value);
function repeatRowEnd( value : number ) : any;
Parameters
- value
- The last row of a range of rows to print at the top of each page.
Return Value
If no value is set, returns the last row of a range of rows to print at the top of each page; otherwise, returns the print setting information.