_Table.GetNextRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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#).