FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / Move Method
An integer specifying the new position.

In This Topic
    Move Method (RowCol)
    In This Topic
    Moves this row or column to a new position in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Move( _
       ByVal indexNew As Integer _
    ) 
    public virtual void Move( 
       int indexNew
    )

    Parameters

    indexNew
    An integer specifying the new position.
    See Also