[]
Represents the type of evaluated primitive value.
public enum PrimitiveValueType : byte
Public Enum PrimitiveValueType As Byte
| Name | Description |
|---|---|
| DateTime | Indicates the value type is DateTime which is introduced from Excel 2010. |
| Empty | Indicates there is no value returned. |
| Error | Indicates the value type is calculation error. |
| Image | Indicates the cell inline image. |
| Logical | Indicates the value type is boolean. |
| Number | Indicates the value type is numeric. |
| Object | Indicates the value type if object. |
| Text | Indicates the value type is string. |
| TimeSpan | Indicates the value type is TimeSpan. |