Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / IUndo Interface / Undo Method
The parameter to undo the command or operation.


In This Topic
    Undo Method (IUndo)
    In This Topic
    Undoes the command or operation.
    Syntax
    'Declaration
     
    Function Undo( _
       ByVal parameter As Object _
    ) As Boolean
    'Usage
     
    Dim instance As IUndo
    Dim parameter As Object
    Dim value As Boolean
     
    value = instance.Undo(parameter)
    bool Undo( 
       object parameter
    )

    Parameters

    parameter
    The parameter to undo the command or operation.

    Return Value

    true if an undo operation on the command or operation succeeds; otherwise, false.
    See Also