ComponentOne RichTextBox for UWP
RemoveRange Method

C1.Xaml.RichTextBox Namespace > C1RangeStyleCollection Class : RemoveRange Method
A C1.Xaml.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.Xaml.RichTextBox.Documents.C1TextRange.
See Also

Reference

C1RangeStyleCollection Class
C1RangeStyleCollection Members