Skip to content

cupertino-files / CellType

Variable: CellType

const CellType: object

Defined in: src/tst/cellrecord.ts:18

Cell type codes (record byte 1). 10 is currency, absent from the enum.

Type Declaration

BOOL

readonly BOOL: 6 = 6

CURRENCY

readonly CURRENCY: 10 = 10

DATE

readonly DATE: 5 = 5

DURATION

readonly DURATION: 7 = 7

EMPTY

readonly EMPTY: 0 = 0

ERROR

readonly ERROR: 8 = 8

FORMULA

readonly FORMULA: 4 = 4

NUMBER

readonly NUMBER: 2 = 2

RICH_TEXT

readonly RICH_TEXT: 9 = 9

SPAN

readonly SPAN: 1 = 1

TEXT

readonly TEXT: 3 = 3

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.