[]
Inserts an item into the Word/RTF object collection of the RTF object at the specified index.
public void Insert(int index, RtfObject obj)
Type | Name | Description |
---|---|---|
int | index | The specified index of the Word/RTF object. |
RtfObject | obj | The object for the Word/RTF document. |