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


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

Parameters

fireEvent
See Also