ComponentOne RichTextBox for UWP
Remove(Int32,Int32) Method

C1.Xaml.RichTextBox.Documents Namespace > C1Run Class > Remove Method : Remove(Int32,Int32) Method
The index where to start removing text.
The count of characters to remove.
Removes a range of text from Text's current value.
Syntax
'Declaration
 
Public Overloads Overrides Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public override void Remove( 
   System.int start,
   System.int count
)

Parameters

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

Reference

C1Run Class
C1Run Members
Overload List