Removes all C1RangeStyle items whose range intersects with the parameter range.

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

Syntax

C#
public void RemoveRange(
	C1TextRange range
)
Visual Basic
Public Sub RemoveRange ( _
	range As C1TextRange _
)

See Also