[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Move

Move Method

Move(int, int)

Move a Row object to a new position in the collection.

Declaration
public override void Move(int indexOld, int indexNew)
Public Overrides Sub Move(indexOld As Integer, indexNew As Integer)
Parameters
Type Name Description
int indexOld

Index of row to be moved.

int indexNew

New position for the row.

Overrides