IDtExcelProviderEx.HeaderRow

Syntax

HeaderRow: Integer;

Description

The HeaderRow property determines the row index in the source file that contains data headers.

Comments

The property is relevant if the IDtExcelProviderEx.HeaderRow property is set to True.

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

Example

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

See also:

IDtExcelProviderEx