HotXLS Docs

GroupColor property

Specifies the background colour for the group title area. Read/write TColor.

Syntax

property GroupColor: TColor;

Example

This example sets the colour of the group titles to yellow.

DataToXLS1.GroupColor := clYellow;