[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.GetPrimitiveValue

GetPrimitiveValue Method

GetPrimitiveValue(IEvaluationContext)

Get primitive value from this IValue object.

Declaration
IPrimitiveValue GetPrimitiveValue(IEvaluationContext context)
Function GetPrimitiveValue(context As IEvaluationContext) As IPrimitiveValue
Parameters
Type Name Description
IEvaluationContext context
Returns
Type Description
IPrimitiveValue

An IPrimitiveValue instance referred by this IValue object.

Remarks

After this function is invoked, there is no guarranty that this object keeps unchanged.