CellOrUndefined
The CellOrUndefined
type is a data structure representing the data in a single cell or the value undefined
.
Cell | undefined
This is used when describing a Cell
that is present or that is not present
Cell
value has since been added.