Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ComplexSortInfo Class / ComplexSortInfo Constructor / ComplexSortInfo Constructor(Int32,Boolean)
Index of the column or row on which to sort
Whether the sort order is ascending


In This Topic
    ComplexSortInfo Constructor(Int32,Boolean)
    In This Topic
    Creates a SortInfo object with the specified order and comparison done using the system default comparer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal index As Integer, _
       ByVal ascending As Boolean _
    )
    'Usage
     
    
    Dim index As Integer
    Dim ascending As Boolean
     
    Dim instance As New ComplexSortInfo(index, ascending)
    public ComplexSortInfo( 
       int index,
       bool ascending
    )

    Parameters

    index
    Index of the column or row on which to sort
    ascending
    Whether the sort order is ascending
    See Also