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