ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfCollection Class / Insert Method
The specified index of the Word/RTF object.
The object for the Word/RTF document.

In This Topic
    Insert Method (RtfCollection)
    In This Topic
    Inserts an item into the Word/RTF object collection of the RTF object at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal obj As RtfObject _
    ) 
    public void Insert( 
       int index,
       RtfObject obj
    )

    Parameters

    index
    The specified index of the Word/RTF object.
    obj
    The object for the Word/RTF document.
    See Also