Inserts text in Text's current value.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void Insert(
	int index,
	string text
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	text As String _
)

Parameters

index
Type: System..::..Int32
The index where to insert the text.
text
Type: System..::..String
The text to insert.

See Also