ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / BookmarksCollection Class / Insert Method
Insertion index in the collection.
New Bookmark object to be inserted at the specified index.

In This Topic
    Insert Method (BookmarksCollection)
    In This Topic
    Inserts the specified Bookmark object at the specified index in the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Bookmark _
    ) 
    public void Insert( 
       int index,
       Bookmark value
    )

    Parameters

    index
    Insertion index in the collection.
    value
    New Bookmark object to be inserted at the specified index.
    See Also