ActiveReports 12
Insert Method (BookmarksCollection)

GrapeCity.ActiveReports.Document.v12 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.
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

Reference

BookmarksCollection Class
BookmarksCollection Members