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