Removes a range of children in this element.

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

Syntax

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

Parameters

start
Type: System..::..Int32
The index of the first child to remove.
count
Type: System..::..Int32
The count of children to remove.

See Also