IDtExcelProviderEx.HeaderRow

Fore Syntax

HeaderRow: Integer;

Fore.NET 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 IDtExcelProviderEx.HeaderRow 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.

Examples

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

See also:

IDtExcelProviderEx