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