var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.pageRange(value);
function pageRange( value : string ) : any;
Parameters
- value
- The page numbers or page ranges separated by commas counting from the beginning of the document. For example, type "1,3,5-12".
Return Value
If no value is set, returns a string that provides page numbers or page ranges; otherwise, returns the print setting information.}