Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldCollection Class / IndexOf Method

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

    Parameters

    item
    See Also