ActiveReports.Viewer3 Request technical support
Remove Method
See Also 


value
Specifies the Bookmark object to be removed.
Removes the specified Bookmark object from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Bookmark _
) 
Visual Basic (Usage)Copy Code
Dim instance As BookmarksCollection
Dim value As Bookmark
 
instance.Remove(value)
C# 
public void Remove( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object to be removed.

See Also