HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
GroupColor property
Specifies the background color for the
group
title area. Read/write TColor.
Syntax
property
GroupColor: TColor;
Example
This example sets the color of the group titles to yellow.
DataToXLS1.GroupColor := clYellow;