[]
Represents the type of evaluated value.
public enum ValueType : byte
Public Enum ValueType As Byte
| Name | Description |
|---|---|
| AdjustableReference | Indicates the value type is reference which is declared in the formula |
| ArrayReference | Indicates the evaluated result of anchor operator (#) |
| DateTime | Indicates the value type is DateTime. |
| Delegate | Indicates the value type is a delegate. |
| Empty | Indicates there is no value returned. |
| Error | Indicates the value type is calculation error. |
| Image | Indicates the cell inline image. |
| Integer | Indicates the value type is integer number. |
| Logical | Indicates the value type is boolean. |
| MultiReference | Indicates the value type is multi-reference. |
| Number | Indicates the value type is numeric. |
| Object | Indicates the value type is general object. |
| Reference | Indicates the value type is reference (declared in the formula or be calculated) |
| Reference3D | Indicates the value type is 3D-Reference. |
| Text | Indicates the value type is string. |
| TimeSpan | Indicates the value type is TimeSpan. |
| ValuesArray | Indicates the value type is array. |