HotXLS Docs

OriginalHeaderColor property

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

Syntax

property OriginalHeaderColor: Boolean;

Example

This example sets the OriginalHeaderColor to false.

GridToXLS1.OriginalHeaderColor := false;