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

In This Topic
    IndexOf(BarType) Method
    In This Topic
    Searches for the specified bar type and returns the zero-based index of the first occurrence.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal barType As BarType _
    ) As System.Integer
    public System.int IndexOf( 
       BarType barType
    )

    Parameters

    barType
    See Also