Links are not active on this page.
 HighlightRowLineWidth Property

Specifies the thickness of the border around the selected Grid row.

Grid.HighlightRowLineWidth [= nValue]

Parameters

nValue

Specifies the horizontal line thickness of the border in pixels. The minimum value is 0, the maximum value is 7, and the default value is 1. The vertical line thickness is not displayed at design time, but is a run time visual effect.

Expand imageRemarks

Applies To: Grid Control

This property is effective only when the HighlightRow property is set to True (.T.).

Expand imageSee Also