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


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

Parameters

fireEvent
See Also