var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.rowEnd(value);
function rowEnd( value : number ) : any;
Parameters
- value
- The last row to print when printing a cell range.
Return Value
If no value is set, returns the last row to print when printing a cell range; otherwise, returns the print setting information.