HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

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.

GridToXLS1.GroupBorderStyle := BorderStyleSingleHair;
Copyright©2007-2019 loslab.com