VObjectType

VObjectType enumeration

Represents the type of the vobject.

Values

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