[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Column.Move

Move Method

Move(int)

Moves a Column to a new position in the collection.

Declaration
public override void Move(int indexNew)
Parameters
Type Name Description
int indexNew

An integer specifying the column's new position.

Overrides