Replaces characters in a text item.
This method does not change the number of characters in the text item-extra characters are ignored.
ReplaceChars(CharIndex As Long, Text As String)
Name | Description |
---|---|
CharOffset | Index position of the characters to replace. |
Text | Replacement text. |
None