HighlightRow Property

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

Grid.HighlightRow[ = lExpr]

Property Values

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

See Also

Highlight Property

Applies To: Grid