ComponentOne TreeView for WinForms
IndexOf Method (C1TreeColumnCollection)

C1.Win.TreeView Namespace > C1TreeColumnCollection Class : IndexOf Method
The column to locate in the collection.
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

Reference

C1TreeColumnCollection Class
C1TreeColumnCollection Members