TextFrame2 Interface
Represents the text frame in a Shape, ShapeRange, or ChartFormat object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("000C0398-0000-0000-C000-000000000046")> _
Public Interface TextFrame2 _
Inherits _IMsoDispObj
'Usage
Dim instance As TextFrame2
[GuidAttribute("000C0398-0000-0000-C000-000000000046")]
public interface TextFrame2 : _IMsoDispObj
Remarks
This 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. Use the TextFrame2 property to return a TextFrame2 object.