Words.Last Property

Returns a Range object that represents the last 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 Last As Range
    Get
'Usage
Dim instance As Words
Dim value As Range

value = instance.Last
Range Last { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Words Interface

Words Members

Microsoft.Office.Interop.Word Namespace