Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RichValueValueType Enumeration


In This Topic
    RichValueValueType Enumeration
    In This Topic
    Represents the evaluated value type of an IRichValueArraySupport object.
    Syntax
    'Declaration
     
    
    Public Enum RichValueValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RichValueValueType
    public enum RichValueValueType : System.Enum 
    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