Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / Undo Method


In This Topic
Undo Method (ThreadedCommentCommand)
In This Topic
Syntax
'Declaration
 
Public Overrides Function Undo( _
   Optional ByVal fireEvent As Boolean _
) As CommandResult
 
'Usage
 
Dim instance As ThreadedCommentCommand
Dim fireEvent As Boolean
Dim value As CommandResult
 
value = instance.Undo(fireEvent)

Parameters

fireEvent
See Also