DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / MoveRange Method
The starting index where the items to be moved are.
The index where the items will be moved.
The number of items to move.

In This Topic
    MoveRange Method (C1LengthList)
    In This Topic
    Moves the number of items specified by count from oldIndex to newIndex.
    Syntax
    'Declaration
     
    Public Sub MoveRange( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void MoveRange( 
       int oldIndex,
       int newIndex,
       int count
    )

    Parameters

    oldIndex
    The starting index where the items to be moved are.
    newIndex
    The index where the items will be moved.
    count
    The number of items to move.
    See Also