NativeExcel suite v2.x

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.
Dataset2Excel1.GroupBorderStyle := BorderStyleSingleHair;
Copyright © NikaSoft 2004-2011