Docs HotXLS

GroupBorderStyle-property

Spécifie the style of border for the group title area. The default value is BorderStyleNone. Read/write TBorderStyle

Syntaxe

property GroupBorderStyle: TBorderStyle;

Description

GroupBorderStyle can be one of these TBorderStyle constants
BorderStyleNone
BorderStyleSingleHair
BorderStyleSingleThick
BorderStyleSingleThin
BorderStyleDouble

Exemple

This example specifies the border in the group title area

DataToXLS1.GroupBorderStyle := BorderStyleSingleHair;