Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / IndexOf Method / IndexOf(UsageApplication) Method

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

    Parameters

    item
    See Also