HeaderRow: Integer;
HeaderRow: integer;
The HeaderRow property determines the row index in the source file that contains data headers.
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.
The example of use is given in description of the IDtExcelProviderEx.File property.
See also: