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


In This Topic
    SortCommand Constructor(ISort,Boolean,SortOrientation,Boolean)
    In This Topic
    A command that adds sort settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sort As ISort, _
       ByVal matchCase As Boolean, _
       ByVal sortOrientation As SortOrientation, _
       ByVal hasHeader As Boolean _
    )
    'Usage
     
    
    Dim sort As ISort
    Dim matchCase As Boolean
    Dim sortOrientation As SortOrientation
    Dim hasHeader As Boolean
     
    Dim instance As New SortCommand(sort, matchCase, sortOrientation, hasHeader)

    Parameters

    sort
    matchCase
    sortOrientation
    hasHeader
    See Also