ComponentOne Word for UWP
Insert Method (RtfBookmarkCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfBookmarkCollection Class : Insert Method
The specified index of the RTF bookmark.
RTF bookmark for the RTF bookmark.
Inserts an item into the RTF bookmark collection of the RTF bookmark at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal obj As RtfBookmark _
) 
public void Insert( 
   System.int index,
   RtfBookmark obj
)

Parameters

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

Reference

RtfBookmarkCollection Class
RtfBookmarkCollection Members