Τεκμηρίωση HotXLS

HeaderBorderColor ιδιότητα

Καθορίζει the color of the border for the header area. The default value is clNone. Read/write TColor

Σύνταξη

property HeaderBorderColor: TColor;

Παράδειγμα

This example sets the border color in the header area to green

DataToXLS1.HeaderBorderColor := clGreen;