Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IRichValueArraySupport Interface / EvaluatedValueType Property


In This Topic
    EvaluatedValueType Property
    In This Topic
    Gets or sets the current evaluated value type of the IRichValue object.
    Syntax
    'Declaration
     
    
    Property EvaluatedValueType As RichValueValueType
    'Usage
     
    
    Dim instance As IRichValueArraySupport
    Dim value As RichValueValueType
     
    instance.EvaluatedValueType = value
     
    value = instance.EvaluatedValueType
    RichValueValueType EvaluatedValueType {get; set;}
    Remarks
    If the IRichValue object has RichValueValueType.Array type, it's assumed as mutable.
    See Also