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.
DataToXLS1.HeaderColor := clSilver;