var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.orientation(value);
function orientation( value : PrintPageOrientation ) : any;
Parameters
- value
- The page orientation used for printing.
Return Value
If no value is set, returns the page orientation used for printing; otherwise, returns the print setting information.