[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RichValueValueType

RichValueValueType Enum

Represents the evaluated value type of an IRichValueArraySupport object.

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

Fields

Name Description
Array

An array of values that will be spilled over cells.

Primitive

An primitive value.

Rich

An IRichValue value.