Words.First Property
Returns a Range object that represents the first word in a document, selection or range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property First As Range
Get
'Usage
Dim instance As Words
Dim value As Range
value = instance.First
Range First { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range