FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataSourceCollection Class / Move Method
The current index.
The new index.

In This Topic
    Move Method (DataSourceCollection)
    In This Topic
    Moves the item with the specified index to a new new position specified by newIndex.
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal index As Integer, _
       ByVal newIndex As Integer _
    ) 
    public void Move( 
       int index,
       int newIndex
    )

    Parameters

    index
    The current index.
    newIndex
    The new index.
    See Also