Spread Windows Forms 12.0 Product Documentation
OnAutoSortingColumn Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnAutoSortingColumn Method
AutoSortingColumnEventArgs object that contains the event data
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)
protected virtual void OnAutoSortingColumn( 
   AutoSortingColumnEventArgs e
)

Parameters

e
AutoSortingColumnEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members