HotXLS Docs

OriginalHeaderFont property

Determines whether the Column.Title.Font is used for the columns header. The default value is True. Read/write Boolean

Syntax

property OriginalHeaderFont: Boolean;

Example

This example sets the OriginalHeaderFont to false

GridToXLS1.OriginalHeaderFont := false;