HotXLS Docs

GroupBorderStyle property

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

Syntax

property GroupBorderStyle: TBorderStyle;

Description

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

Example

This example specifies the border in the group title area.

DataToXLS1.GroupBorderStyle := BorderStyleSingleHair;