Sentences.First Property

Returns a Range object that represents the first sentence, word, or character 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 Sentences
Dim value As Range

value = instance.First
Range First { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Sentences Interface

Sentences Members

Microsoft.Office.Interop.Word Namespace