ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Move Method
Index of row to be moved.
New position for the row.

In This Topic
    Move Method (RowCollection)
    In This Topic
    Move a Row object to a new position in the collection.
    Syntax
    'Declaration
     
    Public Overrides Sub Move( _
       ByVal indexOld As Integer, _
       ByVal indexNew As Integer _
    ) 
    public override void Move( 
       int indexOld,
       int indexNew
    )

    Parameters

    indexOld
    Index of row to be moved.
    indexNew
    New position for the row.
    See Also