ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / MoveRange Method
The index of the first row in the range that will be moved.
The number of rows that will be moved.
New position for the first row in the range.

In This Topic
    MoveRange Method (RowCollection)
    In This Topic
    Moves a range of rows to a new position in the collection.
    Syntax
    'Declaration
     
    Public Overrides Sub MoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer, _
       ByVal indexNew As Integer _
    ) 
    public override void MoveRange( 
       int index,
       int count,
       int indexNew
    )

    Parameters

    index
    The index of the first row in the range that will be moved.
    count
    The number of rows that will be moved.
    indexNew
    New position for the first row in the range.
    See Also