[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.SpilledValueType

SpilledValueType Enum

Specifies the type of a cell value.

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

Fields

Name Description
DateTime

Specifies a DateTime value.

Empty

Specifies an empty (null) value.

Error

Specifies a CalcError.

Logical

Specifies a logical (boolean) value.

Number

Specifies a double precision floating point number.

Text

Specifies text.

TimeSpan

Specifies a TimeSpan value.