MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / IndexOf Method
Object to search for in the collection.

In This Topic
IndexOf Method (BookmarksCollection)
In This Topic
Returns the zero-based index of the first occurrence of the value in the collection or part of it.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Bookmark _
) As Integer
 

Parameters

value
Object to search for in the collection.

Return Value

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