FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Move Method
Index of the column to be moved.
New position for the column.

In This Topic
    Move Method (ColumnCollection)
    In This Topic
    Moves a Column object to a new position in the collection.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Move( _
       ByVal indexOld As Integer, _
       ByVal indexNew As Integer _
    ) 
    public override void Move( 
       int indexOld,
       int indexNew
    )

    Parameters

    indexOld
    Index of the column to be moved.
    indexNew
    New position for the column.
    See Also