Spread WinForms 15
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
Remarks
If the IRichValue object has RichValueValueType.Array type, it's assumed as mutable.
See Also