TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / IndexOf Method
The column to locate in the collection.

In This Topic
    IndexOf Method (C1TreeColumnCollection)
    In This Topic
    Searches for the specified column and returns the zero-based index of the first occurrence within the entire C1TreeColumnCollection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal column As C1TreeColumn _
    ) As Integer
    public int IndexOf( 
       C1TreeColumn column
    )

    Parameters

    column
    The column to locate in the collection.
    See Also