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 As System.Integer, _
ByVal As RtfObject _
)
public void Insert(
System.int ,
RtfObject
)
Parameters
- index
- The specified index of the Word/RTF object.
- obj
- The object for the Word/RTF document.
See Also