ObjectType Enum

ObjectType Enum

Represents the type of the object.


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.