ITableCreator.DataRow

Syntax

DataRow: Integer;

Description

The DataRow property determines the row index in the data source, which is the starting point to load the data to the table.

Comments

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).

Example

The example of use is given in description of the Execute method.

See also:

ITableCreator