[]
        
(Showing Draft Content)

C1.Word.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)
Parameters
Type Name Description
int index

The specified index of the Word/RTF object.

RtfObject obj

The object for the Word/RTF document.