ShapeRange.TextFrame Property
Returns a TextFrame object that contains the alignment and anchoring properties for the specified shape range. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property TextFrame As TextFrame
Get
'Usage
Dim instance As ShapeRange
Dim value As TextFrame
value = instance.TextFrame
TextFrame TextFrame { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.TextFrame
TextFrame