HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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.
GridToXLS1.GroupColor := clYellow;