[]
Removes a range of text from Text's current value.
public override void Remove(int start, int count)
Public Overrides Sub Remove(start As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | start | The index where to start removing text. |
| int | count | The count of characters to remove. |