ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : Remove Method

value
Specifies the Bookmark object to be removed.

Glossary Item Box

Removes the specified Bookmark object from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Bookmark _
) 
C# 
public void Remove( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object to be removed.

See Also