VObjectType
VObjectType enumeration
Represents the type of the vobject.
Values
Name | Value | Description |
---|---|---|
Null | 0 | The vobject is empty. |
Bool | 1 | The vobject is bool type. |
Number | 2 | The vobject is number type. |
Date | 3 | The vobject is Date type. |
Color | 4 | The vobject is Color type. |
String | 5 | The vobject is string type. |
ReferredArea | 6 | The vobject is ReferredArea type. |
Range | 7 | The vobject is Range type. |
Array1D | 8 | The vobject is a one-dimensional array. |
Array2D | 9 | The vobject is a two-dimensional array. |
Object | 10 | The vobject is an object pointer. |