RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RangeStyleCollection Class / RemoveRange Method
A C1.WPF.RichTextBox.Documents.C1TextRange.

In This Topic
    RemoveRange Method (C1RangeStyleCollection)
    In This Topic
    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