HotXLS Docs

DetailColor property

Specifies the background colour for the detail area. Read/write TColor.

Syntax

property DetailColor: TColor;

Example

This example sets the detail colour to aqua.

GridToXLS1.DetailColor := clAqua;