Removes a range of children in this element.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public virtual void Remove( int start, int count ) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( _ start As Integer, _ count As Integer _ ) |
Parameters
- start
- Type: System..::..Int32
The index of the first child to remove.
- count
- Type: System..::..Int32
The count of children to remove.