ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SortDescriptionCollection Class / Move Method

In This Topic
    Move Method (SortDescriptionCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    public void Move( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also