Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SortCommand Class / SortCommand Constructor / SortCommand Constructor(ISort)


In This Topic
    SortCommand Constructor(ISort)
    In This Topic
    A command that clear all sort settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sort As ISort _
    )
    'Usage
     
    
    Dim sort As ISort
     
    Dim instance As New SortCommand(sort)
    public SortCommand( 
       ISort sort
    )

    Parameters

    sort
    See Also