Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnAutoSortingColumn Method
AutoSortingColumnEventArgs object that contains the event data


In This Topic
OnAutoSortingColumn Method
In This Topic
Raises the AutoSortingColumn event.
Syntax
'Declaration
 
Protected Overridable Sub OnAutoSortingColumn( _
   ByVal e As AutoSortingColumnEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As AutoSortingColumnEventArgs
 
instance.OnAutoSortingColumn(e)

Parameters

e
AutoSortingColumnEventArgs object that contains the event data
See Also