[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowColCollection.MoveRange

MoveRange Method

MoveRange(int, int, int)

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

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

The index of the first row or column in the range to be moved.

int count

The number of rows or columns that will be moved.

int indexNew

New position.