TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / IndexOf Method

In This Topic
    IndexOf Method (C1TreeNodeCollection)
    In This Topic
    Searches for the specified tree node and returns the zero-based index.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal node As C1TreeNode _
    ) As Integer
    public int IndexOf( 
       C1TreeNode node
    )

    Parameters

    node
    See Also