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

In This Topic
    Contains Method (BookmarksCollection)
    In This Topic
    Determines whether a Page element is in the BookMarksCollection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As Bookmark _
    ) As Boolean
    public bool Contains( 
       Bookmark value
    )

    Parameters

    value
    See Also