Spread WinForms 15
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)

Parameters

source
Another SortInfo object
See Also