ComponentOne TreeView for WinForms
Contains Method (C1TreeColumnCollection)

C1.Win.TreeView Namespace > C1TreeColumnCollection Class : Contains Method
The column to locate in the collection.
Determines whether an element is in the C1TreeColumnCollection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As C1TreeColumn _
) As Boolean
public bool Contains( 
   C1TreeColumn item
)

Parameters

item
The column to locate in the collection.
See Also

Reference

C1TreeColumnCollection Class
C1TreeColumnCollection Members