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