ObjectType Enum
ObjectType Enum
Represents the type of the object.
type ObjectType int32
Fields
| Field | Description |
|---|---|
| Null | The object is empty. |
| Bool | The object is bool type. |
| Number | The object is number type. |
| Date | The object is date type. |
| Color | The object is color type. |
| String | The object is string type. |
| ReferredArea | The object is ReferredArea type. |
| Range | The object is Range type. |
| Array1D | The object is a one-dimensional array. |
| Array2D | The object is a two-dimensional array. |