ActiveReports 12
Add Method (BookmarksCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : Add Method
Specifies the Bookmark object to be added to the collection.
Adds the specified Bookmark object to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Bookmark _
) As Integer
public int Add( 
   Bookmark value
)

Parameters

value
Specifies the Bookmark object to be added to the collection.

Return Value

An integer index of the added bookmark in the collection.
See Also

Reference

BookmarksCollection Class
BookmarksCollection Members