Characters.Last Property

Gets a Range object that represents the last character, word, or sentence in a document.

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 Characters
Dim value As Range

value = instance.Last
Range Last { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

See Also

Reference

Characters Interface

Characters Members

Microsoft.Office.Interop.Word Namespace