Method Remove
Remove(long, long)
Removes the text starting at the first given position up to(but not including) the character at the last position.
void Remove(long from, long to)
Parameters
Remarks
This function puts the current insertion point position at to as a side effect.