ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeColumnCollection Class / Move Method

In This Topic
    Move Method (TreeColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    public void Move( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also