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