ObjectType Enum

ObjectType Enum

Represents the type of the number.


type ObjectType int32

Fields

FieldDescription
NullThe object is empty.
BoolThe object is bool type.
NumberThe object is number type.
DateThe object is date type.
ColorThe object is color type.
StringThe object is string type.
ReferredAreaThe object is ReferredArea type.
RangeThe object is Range type.
Array1DThe object is a one-dimensional array.
Array2DThe object is a two-dimensional array.
Int8
UInt8
Int16
UInt16
Int32
UInt32
Int64
UInt64
Float