[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ColumnCollection.MoveRange

MoveRange Method

MoveRange(int, int, int)

Moves a range of Column objects 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 column in the range that will be moved.

int count

The number of columns that will be moved.

int indexNew

New position for the first column in the range.

Overrides