Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / SortingForm Method


In This Topic
    SortingForm Method
    In This Topic
    Showing the SortingForm dialog that allows to customize the filter of the selection range.
    Syntax
    'Declaration
     
    
    Public Shared Sub SortingForm( _
       ByVal spread As FpSpread _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
     
    BuiltInDialogs.SortingForm(spread)
    public static void SortingForm( 
       FpSpread spread
    )

    Parameters

    spread
    See Also