var instance; // Type: Events instance.UserZooming = function(sheet, sheetName, oldZoomFactor, newZoomFactor) { };
UserZooming = function ( sheet : Worksheet, sheetName : string, oldZoomFactor : number, newZoomFactor : number ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- oldZoomFactor
- The new zoom factor.
- newZoomFactor
- The old zoom factor.