HotXLS dokumentacija

GroupBorderStyle ypatybė

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

Sintaksė

property GroupBorderStyle: TBorderStyle;

Aprašymas

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

Pavyzdys

This example specifies the border in the group title area

DataToXLS1.GroupBorderStyle := BorderStyleSingleHair;