ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CategoryCollection Class / IndexOf Method

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

    Parameters

    item
    See Also