[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ThreadArticleBeadCollection.IndexOf

IndexOf Method

IndexOf(ArticleBead)

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

Declaration
public int IndexOf(ArticleBead item)
Public Function IndexOf(item As ArticleBead) As Integer
Parameters
Type Name Description
ArticleBead item

The object to locate in the collection.

Returns
Type Description
int

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

Implements