Makes group row captions bold.
Usage
Set_Property(OLECtrlEntID, "OLE.GroupRowsBold", Boolean)
Values
[True | False]
Default: False
Remarks
The GroupRowsBold property establishes whether or not the captions within group rows are bold faced. By default, this property is false and the captions are weighted normally. However, you can set this to true to help group rows stand out more.
Example
// Make group row captions bold Set_Property(@Window:".OLE_REPORTTABLE", "OLE.GroupRowsBold", 1)