ObjectType Enum
ObjectType Enum
Represents the type of the number.
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. |
| Int8 | |
| UInt8 | |
| Int16 | |
| UInt16 | |
| Int32 | |
| UInt32 | |
| Int64 | |
| UInt64 | |
| Float |