HotXLS-dokumentaatio

GroupBorderColor ominaisuus

Määrittää the color of the border for the group title area. The default value is clNone. Read/write TColor

Syntaksi

property GroupBorderColor: TColor;

Esimerkki

This example sets the border color for the group titles to red

DataToXLS1.GroupBorderColor := clRed;