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


In This Topic
PerformUndoAction Method (GroupClickUndoAction)
In This Topic
Reverses the sort in the clicked group.
Syntax
'Declaration
 
Public Overrides Function PerformUndoAction( _
   ByVal sender As Object _
) As Boolean
 
'Usage
 
Dim instance As GroupClickUndoAction
Dim sender As Object
Dim value As Boolean
 
value = instance.PerformUndoAction(sender)

Parameters

sender
The object

Return Value

Boolean: true if successful; otherwise, false
See Also