RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Run Class / Remove Method / Remove(Int32,Int32) Method
The index where to start removing text.
The count of characters to remove.

In This Topic
    Remove(Int32,Int32) Method
    In This Topic
    Removes a range of text from Text's current value.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Remove( _
       ByVal start As Integer, _
       ByVal count As Integer _
    ) 
    public override void Remove( 
       int start,
       int count
    )

    Parameters

    start
    The index where to start removing text.
    count
    The count of characters to remove.
    See Also