[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Row.Move

Move Method

Move(int)

Moves a row to a new position in the collection.

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

An integer specifying the row's new position.

Overrides