ObjectType

ObjectType enumeration

Represents the type of the object.

Values

NameValueDescription
Null0The object is empty.
Bool1The object is bool type.
Number2The object is number type.
Date3The object is Date type.
Color4The object is Color type.
String5The object is string type.
ReferredArea6The object is ReferredArea type.
Range7The object is Range type.
Array1D8The object is a one-dimensional array.
Array2D9The object is a two-dimensional array.
Object10The object is an Object pointer.