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


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

    Parameters

    parameter
    Object on which the undo action occurred.

    Return Value

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