Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ComplexSortInfo Class / ComplexSortInfo Constructor / ComplexSortInfo Constructor(ComplexSortInfo)
Another SortInfo object


In This Topic
    ComplexSortInfo Constructor(ComplexSortInfo)
    In This Topic
    Creates a SortInfo object from another SortInfo object
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As ComplexSortInfo _
    )
    'Usage
     
    
    Dim source As ComplexSortInfo
     
    Dim instance As New ComplexSortInfo(source)
    public ComplexSortInfo( 
       ComplexSortInfo source
    )

    Parameters

    source
    Another SortInfo object
    See Also