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