ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / IndexOf Method

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

    Parameters

    item
    See Also