SpreadJS Documentation
allowUserZoom Field
Represents whether to allow end user zoom.
Syntax
var instance = new GcSpread.Sheets.GcSpreadSheetsOptions();
var value; // Type: boolean
value = instance.allowUserZoom;
var allowUserZoom : boolean;
Example
This example allows the user to zoom with Ctrl + the mouse wheel.
var spread = new GcSpread.Sheets.Spread($("#spreadContainer")[0],{sheetCount:3, allowUserZoom:true});
See Also

Reference

GcSpreadSheetsOptions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.