HotXLS-documentatie

HeaderSource eigenschap

Specificeert from where to get the text of column header. The default value is hsDisplayLabel. Read/write THeaderSource

Syntaxis

eigenschap HeaderSource: THeaderSource;

Beschrijving

HeaderSource can be one of these THeaderSource constants
hsDisplayLabel Header from TField.DisplayLabel
hsFieldName Header from TField.Name
hsEmpty Empty header

Voorbeeld

This example sets HeaderSource eigenschap to hsFieldName

DataToXLS1.HeaderSource := hsFieldName;