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