[]
Overwrites the specified range of this rich text by a new text.
public void Overwrite(int start, int length, string text)
Public Sub Overwrite(start As Integer, length As Integer, text As String)
Type | Name | Description |
---|---|---|
int | start | The start position of the replaced range. |
int | length | The length of the replaced range. |
string | text | The new text. |