FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / GridRowColRangesConverter Class / SortProperties Method

In This Topic
    SortProperties Method (GridRowColRangesConverter)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function SortProperties( _
       ByVal props As PropertyDescriptorCollection, _
       ByVal names() As String _
    ) As PropertyDescriptorCollection
    protected PropertyDescriptorCollection SortProperties( 
       PropertyDescriptorCollection props,
       string[] names
    )

    Parameters

    props
    names
    See Also