_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)

No code example is currently available or this language may not be supported.

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#).
Show: