Products
|
Download
|
Order
|
Contact us
|
Photo restoration
NativeExcel suite v1.x
Reference
>
TDBGrid2Excel
>
HeaderBorderStyle
HeaderBorderStyle property
Specifies the style of border for the header area. The default value is BorderStyleNone. Read/write TBorderStyle.
Syntax
property
HeaderBorderStyle
: TBorderStyle;
Description
HeaderBorderStyle can be one of these TBorderStyle constants.
BorderStyleNone
BorderStyleSingleHair
BorderStyleSingleThick
BorderStyleSingleThin
BorderStyleDouble
Example
This example sets the double border in the header area.
DBGrid2Execl1.HeaderBorderStyle := BorderStyleDouble;
Copyright © NikaSoft 2004-2007