FocusRect Property

Returns or sets the type of focus rectangle to be displayed around the current cell.

Syntax

Public Property FocusRect As FocusRectMode

Applies To

Grid Object

Data Type

Enumerated

The following settings are available:

Constant Value Description
None 0 Do not show a focus rectangle.
ByCell 1(Default) Focus rectangle around the current cell.
ByRow 2 Focus rectangle should encompass whole selected row.