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

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

    Parameters

    index
    value
    See Also