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