Returns or sets the type of focus rectangle to be displayed around the current cell.
Public Property FocusRect As FocusRectMode
Grid Object
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. |