ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Add Method

In This Topic
    Add Method (BookmarksCollection)
    In This Topic
    Adds a BookMark object to the end of the BookMarksCollection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Bookmark _
    ) As Integer
    public int Add( 
       Bookmark value
    )

    Parameters

    value
    See Also