Characters.First Property
Gets a Range object that represents the first character in a document.
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 Characters
Dim value As Range
value = instance.First
Range First { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range