SpreadJS Documentation
ZoomUndoAction Constructor
The sheet to zoom.
The new zoom factor on the sheet.
Represents a zoom undo action on the sheet.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ZoomUndoAction(sheet, newZoomFactor);
function ZoomUndoAction( 
   sheet : Sheet,
   newZoomFactor : number
) : ZoomUndoAction;

Parameters

sheet
The sheet to zoom.
newZoomFactor
The new zoom factor on the sheet.
Example
This example uses the zoom action.
var action = new GcSpread.Sheets.UndoRedo.ZoomUndoAction(activeSheet,3);
activeSheet.doCommand(action);
See Also

Reference

ZoomUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.