HasHeader: Boolean;
The HasHeader property determines whether the provider file contains a row with data headers.
Available values:
True. The provider file contains a row with data headers. The row index is determined by the IDtExcelProviderEx.HeaderRow property.
False. The provider file does not contain a row with data headers.
If value of the IDtExcelProviderEx.HeaderRow property is changed, value of HasHeader is automatically changed:
If IDtExcelProviderEx.HeaderRow is set to -1, HasHeader is set to False.
If IDtExcelProviderEx.HeaderRow is set to 0 and greater, HasHeader is set to True.
The examples of use are given in description of the IDtExcelProviderEx.File property.
See also: