Share via


_Table.GetNextRow Method

Moves the current row to the next row in the Table and obtains that row in the Table.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function GetNextRow As Row
'Usage
Dim instance As _Table
Dim returnValue As Row

returnValue = instance.GetNextRow()
Row GetNextRow()

Return Value

Type: Microsoft.Office.Interop.Outlook.Row
A Row object that represents the next valid row in the Table if there are additional rows available. If there are no additional rows available (where _Table.EndOfTable is True), GetNextRow will return Nothing (a null reference (Nothing in Visual Basic) in C#).

See Also

Reference

_Table Interface

_Table Members

Microsoft.Office.Interop.Outlook Namespace