Table.GetNextRow method (Outlook)

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

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

Table Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.