# CellValueNoNumber Enumeration

# Enumeration members

# BOOLEAN

BOOLEAN: = "BOOLEAN"

Defined in src/Cell.ts:83 (opens new window)


# EMPTY

EMPTY: = "EMPTY"

Defined in src/Cell.ts:80 (opens new window)


# ERROR

ERROR: = "ERROR"

Defined in src/Cell.ts:84 (opens new window)


# NUMBER

NUMBER: = "NUMBER"

Defined in src/Cell.ts:81 (opens new window)


# STRING

STRING: = "STRING"

Defined in src/Cell.ts:82 (opens new window)