[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.BookmarksCollection.IndexOf

IndexOf Method

IndexOf(Bookmark)

Returns the zero-based index of the first occurrence of the value in the collection or part of it.

Declaration
public int IndexOf(Bookmark value)
Parameters
Type Name Description
Bookmark value

Object to search for in the collection.

Returns
Type Description
int

Index (zero-based) of the first occurrence of the item parameter if it is found in the collection; otherwise -1.