Row.IsLast Property
Determines if the specified column or row is the last one in the table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property IsLast As Boolean
Get
'Usage
Dim instance As Row
Dim value As Boolean
value = instance.IsLast
bool IsLast { get; }
Property Value
Type: System.Boolean