Spread Windows Forms 15.0
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)
    protected virtual void OnAutoSortingColumn( 
       AutoSortingColumnEventArgs e
    )

    Parameters

    e
    AutoSortingColumnEventArgs object that contains the event data
    See Also