Documents for PDF, .NET Edition Documentation
IndexOf Method (ThreadArticleBeadCollection)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : IndexOf Method
The object to locate in the collection.
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

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members