Column.IsLast Property

Returns a value that indicates if the specified column 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 Column
Dim value As Boolean

value = instance.IsLast
bool IsLast { get; }

Property Value

Type: System.Boolean

See Also

Reference

Column Interface

Column Members

Microsoft.Office.Interop.Word Namespace