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


In This Topic
ClickGroup Method
In This Topic
Helper function that reverses the sort in the clicked group (called by PerformUndoAction and Undo).
Syntax
'Declaration
 
Protected Overridable Function ClickGroup( _
   ByVal spreadView As SpreadView _
) As Boolean
 
'Usage
 
Dim instance As GroupClickUndoAction
Dim spreadView As SpreadView
Dim value As Boolean
 
value = instance.ClickGroup(spreadView)

Parameters

spreadView
The object

Return Value

Boolean: true if successful; false otherwise
See Also