HotXLS Docs

HeaderBorderColor property

Specifies the colour of the border for the header area. The default value is clNone. Read/write TColor.

Syntax

property HeaderBorderColor: TColor;

Example

This example sets the border colour in the header area to green.

DataToXLS1.HeaderBorderColor := clGreen;