[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.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)
Parameters
Type Name Description
int indexOld

Index of row to be moved.

int indexNew

New position for the row.

Overrides