ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ColumnCollection Class / IndexOf Method / IndexOf(BaseColumn) Method

In This Topic
    IndexOf(BaseColumn) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As BaseColumn _
    ) As System.Integer
    public System.int IndexOf( 
       BaseColumn item
    )

    Parameters

    item
    See Also