[]
Gets an ICharacters object that represents a range of characters within the object text. You can use the ICharacters object to format characters within a text string.
ICharacters Characters(int start = 0, int length = -1)
Function Characters(Optional start As Integer = 0, Optional length As Integer = -1) As ICharacters
| Type | Name | Description |
|---|---|---|
| int | start | The first character to be returned. If this argument is either 0 or omitted, this property returns a range of characters starting with the first character. |
| int | length | The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the |
| Type | Description |
|---|---|
| ICharacters | An ICharacters object. |