IDtExcelProviderEx.DataRow

Syntax

DataRow: Integer;

Description

The DataRow property determines the index of the initial row, that contains data.

Comments

Row indexation in Excel file is continuous and starts with zero. Index of the first row that contains data headers is determined by the IDtExcelProviderEx.HeaderRow property.

Examples

The example of use is given in description of the IDtExcelProviderEx.File property.

See also:

IDtExcelProviderEx