TextRange.Text Property
Publisher Developer Reference |
Returns or sets a String that represents the text in a text range or WordArt shape. Read/write.
Syntax
expression.Text
expression A variable that represents a TextRange object.
Example
The following example adds a rectangle to the active publication and adds text to it.
Visual Basic for Applications |
---|
|
See Also