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