TextFrame.ContainingRange Property
Returns a Range object that represents the entire story in a series of shapes with linked text frames that the specified text frame belongs to.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ContainingRange As Range
Get
'Usage
Dim instance As TextFrame
Dim value As Range
value = instance.ContainingRange
Range ContainingRange { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range