C1.WPF.Word.4.6.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 _
) 
 

Parameters

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