Remove(Int32,Int32) Method
In This Topic
Removes a range of text from
C1Run.Text's current value.
Syntax
'Declaration
Public Overloads Overrides Sub Remove( _
ByVal As Integer, _
ByVal As Integer _
)
public override void Remove(
int ,
int
)
Parameters
- start
- The index where to start removing text.
- count
- The count of characters to remove.
See Also