[]
Specifies how to show the highlight for the active cell.
[Flags]
public enum FocusCellMode
<Flags>
Public Enum FocusCellMode
| Name | Description |
|---|---|
| Both | Highlights the entire row and column of the active cell. |
| Column | Highlights the entire column of the active cell. |
| None | Does not highlight the active cell. |
| Row | Highlights the entire row of the active cell. |