ActiveReports 12
Remove Method (BookmarksCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : Remove Method
Specifies the Bookmark object to be removed.
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

Reference

BookmarksCollection Class
BookmarksCollection Members