[]
Specifies the type of row and column state.
• active = 16
When the row or the column is focus, its state include "active" state.
• dirty = 64
When cell value is changed, cell row and column state include "dirty" state.
• edit = 8
When the cell is editing, the cell row and column state include "edit" state.
• hover = 1
When mouse hover on the row and the column , its state include "hover" state.
• inserted = 128
When inserted a row, its state include "inserted" state. This state only support for row.
• invalid = 2
When the data-validation conditional evaluate fail, its row and column state include "invalid" state.
• invalidFormula = 512
When cell value is invalid formula string, cell state include "invalidFormula" state.
• selected = 32
When the cell is in the selection range, the cell row and column state include "selected" state.