Range.TextRetrievalMode Property
Returns a TextRetrievalMode object that controls how text is retrieved from the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TextRetrievalMode As TextRetrievalMode
Get
Set
'Usage
Dim instance As Range
Dim value As TextRetrievalMode
value = instance.TextRetrievalMode
instance.TextRetrievalMode = value
TextRetrievalMode TextRetrievalMode { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.TextRetrievalMode