IDataGridRow.NextRow

Syntax

NextRow: IDataGridRow;

Description

The NextRow property returns the next row in the table. If the next row does not exist, the property returns Null.

See also:

IDataGridRow