ComponentOne Word for UWP
Insert Method (RtfCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfCollection Class : Insert Method
The specified index of the Word/RTF object.
The object for the Word/RTF document.
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 System.Integer, _
   ByVal obj As RtfObject _
) 
public void Insert( 
   System.int index,
   RtfObject obj
)

Parameters

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

Reference

RtfCollection Class
RtfCollection Members