ComponentOne RichTextBox for WPF and Silverlight
RemoveRange Method (C1RangeStyleCollection)

C1.WPF.RichTextBox Namespace > C1RangeStyleCollection Class : RemoveRange Method
A C1.WPF.RichTextBox.Documents.C1TextRange.
Removes all C1RangeStyle items whose range intersects with the parameter range.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal range As C1TextRange _
) 
public void RemoveRange( 
   C1TextRange range
)

Parameters

range
A C1.WPF.RichTextBox.Documents.C1TextRange.
See Also

Reference

C1RangeStyleCollection Class
C1RangeStyleCollection Members