Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / IndexOf Method
The object to locate in the collection.

In This Topic
    IndexOf Method (ThreadArticleBeadCollection)
    In This Topic
    Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As ArticleBead _
    ) As System.Integer
    public System.int IndexOf( 
       ArticleBead item
    )

    Parameters

    item
    The object to locate in the collection.

    Return Value

    The zero-based index of the first occurrence of item within the entire collection, if found; otherwise, -1.
    See Also