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