RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableRow Class / Remove Method / Remove(Int32,Int32) Method
The index of the first child to remove.
The count of children to remove.

In This Topic
    Remove(Int32,Int32) Method
    In This Topic
    Removes a range of children in this element.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Remove( _
       ByVal start As Integer, _
       ByVal count As Integer _
    ) 
    public virtual void Remove( 
       int start,
       int count
    )

    Parameters

    start
    The index of the first child to remove.
    count
    The count of children to remove.
    See Also