HotXLS Docs

GroupBorderColor property

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

Syntax

property GroupBorderColor: TColor;

Example

This example sets the border colour for the group titles to red

DataToXLS1.GroupBorderColor := clRed;