var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.useMax(value);
function useMax( value : boolean ) : any;
Parameters
- value
- Whether to print only rows and columns that contain data.
Return Value
If no value is set, returns whether to print only rows and columns that contain data; otherwise, returns the print setting information.