C1.Silverlight.RichTextBox.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.