# CellType

## Enumeration members

### ARRAY 

• **ARRAY**: = "ARRAY"

*Defined in [src/Cell.ts:56](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L56)*

___

### ARRAYFORMULA 

• **ARRAYFORMULA**: = "ARRAYFORMULA"

*Defined in [src/Cell.ts:58](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L58)*

___

### EMPTY 

• **EMPTY**: = "EMPTY"

*Defined in [src/Cell.ts:57](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L57)*

___

### FORMULA 

• **FORMULA**: = "FORMULA"

*Defined in [src/Cell.ts:54](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L54)*

___

### VALUE 

• **VALUE**: = "VALUE"

*Defined in [src/Cell.ts:55](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Cell.ts#L55)*