Products
|
Download
|
Order
|
Contact us
|
Photo restoration
NativeExcel suite v1.x
Reference
>
TDBGrid2Excel
>
HeaderBorderColor
HeaderBorderColor property
Specifies the color of the border for the header area. The default value is clNone. Read/write TColor.
Syntax
property
HeaderBorderColor
: TColor;
Example
This example sets the border color in the header area to green.
DBGrid2Excel1.HeaderBorderColor := clGreen;
Copyright © NikaSoft 2004-2007