[]
        
(Showing Draft Content)

GC.Spread.Sheets.CellStatesType

Enumeration: CellStatesType

Spread.Sheets.CellStatesType

Specifies the type of CellState.

Table of contents

Enumeration members

Enumeration members

active

active = 16

When the cell is focus, cell state include "active" state.


dirty

dirty = 64

When cell value is changed, cell state include "dirty" state.


edit

edit = 8

When the cell is editing, cell state include "edit" state.


hover

hover = 1

When mouse hover on the cell , cell state include "hover" state.


invalid

invalid = 2

When the data-validation conditional evaluate fail, cell state include "invalid" state.


invalidFormula

invalidFormula = 128

When cell value is invalid formula string, cell state include "invalidFormula" state.


readonly

readonly = 4

When the cell is locked in protect worksheet , cell state include "readonly" state.


selected

selected = 32

When the cell is in the selection range, cell state include "selected" state.