Removes a range of text from Text's current value.

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

Syntax

C#
public override void Remove(
	int start,
	int count
)
Visual Basic
Public Overrides Sub Remove ( _
	start As Integer, _
	count As Integer _
)

Parameters

start
Type: System..::..Int32
The index where to start removing text.
count
Type: System..::..Int32
The count of characters to remove.

See Also