ComponentOne RichTextBox for UWP
Insert Method (C1Run)

C1.Xaml.RichTextBox.Documents Namespace > C1Run Class : Insert Method
The index where to insert the text.
The text to insert.
Inserts text in Text's current value.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal text As System.String _
) 
public void Insert( 
   System.int index,
   System.string text
)

Parameters

index
The index where to insert the text.
text
The text to insert.
See Also

Reference

C1Run Class
C1Run Members