TextFrame.Parent Property
Returns a Shape object representing the parent shape of the text frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Parent As Shape
Get
'Usage
Dim instance As TextFrame
Dim value As Shape
value = instance.Parent
Shape Parent { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Shape