C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfBookmarkCollection Class / Insert Method
The specified index of the RTF bookmark.
RTF bookmark for the RTF bookmark.

In This Topic
Insert Method (RtfBookmarkCollection)
In This Topic
Inserts an item into the RTF bookmark collection of the RTF bookmark at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal obj As RtfBookmark _
) 
 

Parameters

index
The specified index of the RTF bookmark.
obj
RTF bookmark for the RTF bookmark.
See Also