[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.PrimitiveValueType

PrimitiveValueType Enum

Represents the type of evaluated primitive value.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public enum PrimitiveValueType : byte
Public Enum PrimitiveValueType As Byte

Fields

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.