var instance = new GC.Spread.Sheets.Print.PrintInfo(); var returnValue; // Type: any returnValue = instance.bestFitRows(value);
function bestFitRows( value : boolean ) : any;
Parameters
- value
- Whether row heights are adjusted to fit the tallest text height for printing.
Return Value
If no value is set, returns whether row heights are adjusted to fit the tallest text height for printing; otherwise, returns the print setting information.