TextRange2.Length Property
Get a Long that represents the length of a text range. Read-only.
Syntax
expression.Length
expression An expression that returns a TextRange2 object.
Return Value
Long
Example
This example adds a shape with text and rotates the shape without rotating the text in the active PowerPoint presentation.
| Visual Basic for Applications |
|---|
|