Sentences.Last Property
Returns a Range object that represents the last character, word, or sentence 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 Last As Range
Get
'Usage
Dim instance As Sentences
Dim value As Range
value = instance.Last
Range Last { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range