HighlightRow Property

Specifies whether the current row and cell in a Grid control is highlighted. Available at design time and read/write at run time.

Grid.HighlightRow [= lExpr]

Property Values

  • lExpr
    The settings for the HighlightRow property are:
    Setting Description
    True (.T.) Current row and cell are highlighted. (Default)
    False (.F.) Current row and cell are not highlighted.

See Also

Highlight Property | HighlightForeColor Property | HighlightBackColor Property | HighlightStyle Property

Applies To: Grid Control