ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / GroupModelCollection Class / IndexOf Method

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

    Parameters

    item
    See Also