CellStatesType Enumeration
In This Topic
Specifies the type of CellState.
Members
| Member | Description |
| active | When the cell is focus, cell state include "active" state. |
| edit | When the cell is editing, cell state include "edit" state. |
| hover | When mouse hover on the cell , cell state include "hover" state. |
| invalid | When the data-validation conditional evaluate fail, cell state include "invalid" state. |
| readonly | When the cell is locked in protect worksheet , cell state include "readonly" state. |
| selected | When the cell is in the selection range, cell state include "selected" state. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.CellStatesType
See Also