GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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 Integer
    public int IndexOf( 
       BarType barType
    )

    Parameters

    barType
    See Also