GrapeCity.Xaml.SpreadSheet.UI
Undo(Object) Method


GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > SetArrayFormulaUndoAction Class : Undo(Object) Method
Object on which the undo action occurred.
Undoes the action on the worksheet.
Syntax
'Declaration
 
Public Function Undo( _
   ByVal parameter As Object _
) As Boolean
'Usage
 
Dim instance As SetArrayFormulaUndoAction
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

Reference

SetArrayFormulaUndoAction Class
SetArrayFormulaUndoAction Members