GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RichValueValueType Enumeration


RichValueValueType Enumeration
Represents the evaluated value type of an IRichValueArraySupport object.
Syntax
'Declaration
 
Public Enum RichValueValueType 
   Inherits System.Enum
 
'Usage
 
Dim instance As RichValueValueType
Members
MemberDescription
ArrayAn array of values that will be spilled over cells.
PrimitiveAn primitive value.
RichAn IRichValue value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.CalcEngine.RichValueValueType

See Also