Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortFieldInfoCollection Class / SortFieldInfoCollection Constructor


In This Topic
    SortFieldInfoCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sort As SortInfo _
    )
    'Usage
     
    Dim sort As SortInfo
     
    Dim instance As New SortFieldInfoCollection(sort)
    public SortFieldInfoCollection( 
       SortInfo sort
    )

    Parameters

    sort
    See Also