_Table::GetNextRow method
Office 2013 and later
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)
Return value
Type: Microsoft.Office.Interop.Outlook.RowA 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: