TextFrame Object
Excel Developer Reference |
Represents the text frame in a Shape object. Contains the text in the text frame as well as the properties and methods that control the alignment and anchoring of the text frame.
Remarks
Use the TextFrame property to return a TextFrame object.
Example
The following example adds a rectangle to myDocument, adds text to the rectangle, and then sets the margins for the text frame.
Visual Basic for Applications |
---|
|
See Also