TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / RemoveAt Method

In This Topic
    RemoveAt Method (C1TreeColumnCollection)
    In This Topic
    Removes the column of tree at the specified index of the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    See Also