_Table.GetNextRow Method

Definition

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

public:
 Microsoft::Office::Interop::Outlook::Row ^ GetNextRow();
public Microsoft.Office.Interop.Outlook.Row GetNextRow ();
Public Function GetNextRow () As Row

Returns

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 EndOfTable is True), GetNextRow will return Nothing (a null reference (Nothing in Visual Basic) in C#).

Applies to