Rows.Last Property
Returns the last item in the Rows collection as a Row object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Last As Row
Get
'Usage
Dim instance As Rows
Dim value As Row
value = instance.Last
Row Last { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Row