[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowCollection.MoveRange

MoveRange Method

MoveRange(int, int, int)

Moves a range of rows to a new position in the collection.

Declaration
public override void MoveRange(int index, int count, int indexNew)
Parameters
Type Name Description
int index

The index of the first row in the range that will be moved.

int count

The number of rows that will be moved.

int indexNew

New position for the first row in the range.

Overrides