Returns the number of character blocks associated with the shape's text.
Applies to: Shape object
[[Let] countRet = ] object.CharactersNum () |
The CharactersNum method syntax has these parts:
Part | Description |
object | Required. An expression that returns an instance of the Shape object. |
countRet | Optional. A Character type variable. |
If the shape doesn't contain text, it doesn't contain any character block, so in this case the CharactersNum method returns 0.