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

In This Topic
    Remove Method (BookmarksCollection)
    In This Topic
    Removes the first occurrence of BookMark object from the BookMarksCollection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Bookmark _
    ) 
    public void Remove( 
       Bookmark value
    )

    Parameters

    value
    See Also