TextFrame.TextRange Property
Returns a Range object that represents the text in the specified text frame.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property TextRange As Range
Get
'Usage
Dim instance As TextFrame
Dim value As Range
value = instance.TextRange
Range TextRange { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range