ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Add Method
Specifies the Bookmark object to be added to the collection.

In This Topic
    Add Method (BookmarksCollection)
    In This Topic
    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