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


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

Parameters

sender
The object
See Also