ChartTitle.Characters property (Word)
Returns a ChartCharacters object that represents a range of characters within the object text. Use the ChartCharacters object to format characters within a text string.
Syntax
expression.Characters (Start, Length)
expression A variable that represents a 'ChartTitle' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Start | Optional | Variant | The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character. |
Length | Optional | Variant | The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character). |
Remarks
The ChartCharacters object is not a collection.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.