ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Add Method
An Bookmark element to add.

In This Topic
    Add Method (BookmarksCollection)
    In This Topic
    Adds Bookmark item to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Bookmark _
    ) As Integer
    public int Add( 
       Bookmark value
    )

    Parameters

    value
    An Bookmark element to add.

    Return Value

    The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
    See Also