ComponentOne RichTextBox for WPF and Silverlight
Remove(Int32,Int32) Method

C1.WPF.RichTextBox.Documents Namespace > C1TextElement Class > Remove Method : Remove(Int32,Int32) Method
The index of the first child to remove.
The count of children to remove.
Removes a range of children in this element.
Syntax
'Declaration
 
Public Overloads Overridable Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public virtual void Remove( 
   System.int start,
   System.int count
)

Parameters

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

Reference

C1TextElement Class
C1TextElement Members
Overload List