# CellType Enumeration
# Enumeration members
# ARRAY
• ARRAY: = "ARRAY"
Defined in src/Cell.ts:56 (opens new window)
# ARRAYFORMULA
• ARRAYFORMULA: = "ARRAYFORMULA"
Defined in src/Cell.ts:58 (opens new window)
# EMPTY
• EMPTY: = "EMPTY"
Defined in src/Cell.ts:57 (opens new window)
# FORMULA
• FORMULA: = "FORMULA"
Defined in src/Cell.ts:54 (opens new window)
# VALUE
• VALUE: = "VALUE"
Defined in src/Cell.ts:55 (opens new window)