HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
HeaderColor property
Specifies the background colour for the header area. Read/write TColor.
Syntax
property
HeaderColor
: TColor;
Example
This example sets the header colour to silver.
GridToXLS1.HeaderColor := clSilver;