This document is archived and information here might be outdated. Recommended version. |
Retrieves the next row in the sequence.
[Visual Basic .NET] Public Function Next ( _ ) As IRow
[C#] public IRow Next ( );
IRow row = enumRow.Next
If (row == null)
{
Windows.Forms.MessageBox.Show("Enumeration is empty!");
return;
}