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