[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfCollection.Insert

Insert Method

Insert(int, RtfObject)

Inserts an item into the Word/RTF object collection of the RTF object at the specified index.

Declaration
public void Insert(int index, RtfObject obj)
Public Sub Insert(index As Integer, obj As RtfObject)
Parameters
Type Name Description
int index

The specified index of the Word/RTF object.

RtfObject obj

The object for the Word/RTF document.