Const
Readonly
Boolean: "b"A boolean value (true
or false
).
Readonly
Error: "e"A cell that contains an error value.
Readonly
Null: "z"Represents a cell that contains no value (null).
Readonly
Number: "n"A numeric value.
Readonly
RichData: "r"A complex data type that is represented as a JSON object.
Readonly
String: "s"A string value.
Represents the type of a Scalar.