ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / IndexOf Method

In This Topic
    IndexOf Method (BookmarksCollection)
    In This Topic
    Returns the zero-based index of the first occurrence of the BookMark object in the BookMarksCollection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As Bookmark _
    ) As Integer
    public int IndexOf( 
       Bookmark value
    )

    Parameters

    value
    See Also