ActiveReports 13
IndexOf Method (BookmarksCollection)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : IndexOf Method
Specifies the Bookmark object for which to search.
Returns the index of the specified Bookmark object in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Bookmark _
) As Integer
public int IndexOf( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object for which to search.

Return Value

An integer specifying the index of the specified Bookmark.
See Also

Reference

BookmarksCollection Class
BookmarksCollection Members