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