[]
        
(Showing Draft Content)

C1.Win.FlexGrid.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)
Public Overrides Sub MoveRange(index As Integer, count As Integer, indexNew As Integer)
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