Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ConditionalFormatUndoActionBase Class / Undo Method
The object


In This Topic
Undo Method (ConditionalFormatUndoActionBase)
In This Topic
Performs the undo action.
Syntax
'Declaration
 
Public Overrides Function Undo( _
   ByVal sender As Object _
) As Boolean
 
'Usage
 
Dim instance As ConditionalFormatUndoActionBase
Dim sender As Object
Dim value As Boolean
 
value = instance.Undo(sender)

Parameters

sender
The object
See Also