Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragDropUndoAction Class / Undo Method
The parameter to undo the action on.


In This Topic
    Undo Method (DragDropUndoAction)
    In This Topic
    Undoes the action of the saved information.
    Syntax
    'Declaration
     
    Public Function Undo( _
       ByVal parameter As Object _
    ) As Boolean
    'Usage
     
    Dim instance As DragDropUndoAction
    Dim parameter As Object
    Dim value As Boolean
     
    value = instance.Undo(parameter)
    public bool Undo( 
       object parameter
    )

    Parameters

    parameter
    The parameter to undo the action on.

    Return Value

    true if the undo action succeeds; otherwise, false.
    See Also