[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeColumnCollection.IndexOf

IndexOf Method

IndexOf(C1TreeColumn)

Searches for the specified column and returns the zero-based index of the first occurrence within the entire C1TreeColumnCollection.

Declaration
public int IndexOf(C1TreeColumn column)
Parameters
Type Name Description
C1TreeColumn column

The column to locate in the collection.

Returns
Type Description
int