DataRow: Integer;
The DataRow property determines the row index in the data source, which is the starting point to load the data to the table.
Row indexing starts with zero. The property is set to Null by default but data loading starts with the first row next to the header (if header is mentioned in the selected data source).
The example of use is given in description of the Execute method.
See also: