| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Bookmark _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- Insertion index in the collection.
- value
- New Bookmark object to be inserted at the specified index.
| ActiveReports.Viewer3 | Request technical support |
| Insert Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Bookmark _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |