Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ZoomUndoAction Class / Execute Method
Object on which the undo action occurred.


In This Topic
    Execute Method (ZoomUndoAction)
    In This Topic
    Executes the zoom action on the worksheet.
    Syntax
    'Declaration
     
    Public Overrides Sub Execute( _
       ByVal parameter As Object _
    ) 
    'Usage
     
    Dim instance As ZoomUndoAction
    Dim parameter As Object
     
    instance.Execute(parameter)
    public override void Execute( 
       object parameter
    )

    Parameters

    parameter
    Object on which the undo action occurred.
    See Also