Share via


Table.GetNextRow Method (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .GetNextRow

expression A variable that represents a Table object.

Return Value

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 Null (Nothing in Visual Basic).

See Also

Concepts

Table Object

Table Object Members