| Client-Side API Reference > FlexGrid > wijmo.grid > SelectedState Enum |
| Name | Value | Description |
|---|---|---|
| None | 0 |
The cell is not selected. |
| Selected | 1 |
The cell is selected but is not the active cell. |
| Cursor | 2 |
The cell is selected and is the active cell. |
Specifies constants that represent the selected state of a cell.