# CellValueNoNumber

## Enumeration members

### BOOLEAN 

• **BOOLEAN**: = "BOOLEAN"

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

___

### EMPTY 

• **EMPTY**: = "EMPTY"

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

___

### ERROR 

• **ERROR**: = "ERROR"

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

___

### NUMBER 

• **NUMBER**: = "NUMBER"

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

___

### STRING 

• **STRING**: = "STRING"

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