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]
Return Value
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.
Remarks
Applies To: Grid Control