In This Topic
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.
Syntax
Parameters
- 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.
- length
- The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the character).
See Also