Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ZoomUndoAction Class / ZoomUndoAction Constructor
The zoomed worksheet.
The new zoom factor on the worksheet.


In This Topic
    ZoomUndoAction Constructor
    In This Topic
    Creates a new instance of the ZoomUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal newZoomFactor As Single _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim newZoomFactor As Single
     
    Dim instance As New ZoomUndoAction(sheet, newZoomFactor)
    public ZoomUndoAction( 
       Worksheet sheet,
       float newZoomFactor
    )

    Parameters

    sheet
    The zoomed worksheet.
    newZoomFactor
    The new zoom factor on the worksheet.
    See Also