SpreadJS Documentation
zoom Method
The zoom factor.
Gets or sets the zoom factor for the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: number
value = instance.zoom(factor);
function zoom( 
   factor : number
) : number;

Parameters

factor
The zoom factor.

Return Value

The zoom factor.
Example
This example zooms the sheet.
spread.allowUserZoom = false;
sheet.zoom(3);
Remarks
The default value is 1.
See Also

Reference

Sheet type
Allowing Zooming

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.