ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 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