Τεκμηρίωση HotXLS

DetailBorderColor ιδιότητα

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

Σύνταξη

property DetailBorderColor: TColor;

Παράδειγμα

This example sets the border color in the detail area to red

DataToXLS1.DetailBorderColor := clRed;