ComponentOne Word for UWP
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.

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 _
    ) 
    public void Insert( 
       int index,
       RtfBookmark obj
    )

    Parameters

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