Spread Windows Forms 12.0 Product Documentation
PerformUndoAction Method (GroupClickUndoAction)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > GroupClickUndoAction Class : PerformUndoAction Method
The object
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)
public override bool PerformUndoAction( 
   object sender
)

Parameters

sender
The object

Return Value

Boolean: true if successful; otherwise, false
See Also

Reference

GroupClickUndoAction Class
GroupClickUndoAction Members