title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Shape.TextFrame property (Excel) |
vbaxl10.chm636090 |
|
|
cc2fbe92-e0c4-f0d5-52a3-a675d4baf573 |
05/14/2019 |
medium |
Returns a TextFrame object that contains the alignment and anchoring properties for the specified shape. Read-only.
expression.TextFrame
expression A variable that represents a Shape object.
This example causes text in the text frame in shape one to be justified. If shape one doesn't have a text frame, this example fails.
Worksheets(1).Shapes(1).TextFrame _
.HorizontalAlignment = xlHAlignJustify
[!includeSupport and feedback]