ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Remove Method
Specifies the Bookmark object to be removed.

In This Topic
    Remove Method (BookmarksCollection)
    In This Topic
    Removes the specified Bookmark object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Bookmark _
    ) 
    public void Remove( 
       Bookmark value
    )

    Parameters

    value
    Specifies the Bookmark object to be removed.
    See Also