HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
DetailColor property
Specifies the background color for the detail area. Read/write TColor.
Syntax
property
DetailColor
: TColor;
Example
This example sets the detail color to aqua.
GridToXLS1.DetailColor := clAqua;