ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / IndexOf Method
Specifies the Bookmark object for which to search.

In This Topic
    IndexOf Method (BookmarksCollection)
    In This Topic
    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