'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal newZoomFactor As System.Single _ )
'Usage Dim sheet As Worksheet Dim newZoomFactor As System.Single Dim instance As New ZoomUndoAction(sheet, newZoomFactor)
public ZoomUndoAction( Worksheet sheet, System.float newZoomFactor )
Parameters
- sheet
- The zoomed worksheet.
- newZoomFactor
- The new zoom factor on the worksheet.