Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / Undo(Boolean) Method


In This Topic
Undo(Boolean) Method
In This Topic
Undoes this command.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Undo( _
   ByVal fireEvent As Boolean _
) As CommandResult
 
'Usage
 
Dim instance As RowColumnActionsCommand
Dim fireEvent As Boolean
Dim value As CommandResult
 
value = instance.Undo(fireEvent)

Parameters

fireEvent

Return Value

true if the command is successfully executed, false otherwise.
Remarks
If the command is no longer belong to the undo or redo queue, it'll be disposed.
See Also