IDtOdsProvider.HeaderRow

Syntax

HeaderRow: Integer;

Description

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

Comments

The property is relevant if the HasHeader property is set to True.

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

Example

The property use is given in the example for IDtOdsProvider.File.

See also:

IDtOdsProvider