Spread Windows Forms 12.0 Product Documentation
GetPrimitiveValue Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : GetPrimitiveValue Method
Get primitive value from this IValue object.
Syntax
'Declaration
 
Function GetPrimitiveValue( _
   ByVal context As IEvaluationContext _
) As IPrimitiveValue
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim value As IPrimitiveValue
 
value = instance.GetPrimitiveValue(context)
IPrimitiveValue GetPrimitiveValue( 
   IEvaluationContext context
)

Parameters

context

Return Value

An IPrimitiveValue instance referred by this IValue object.
Remarks
After this function is invoked, there is no guarranty that this object keeps unchanged.
See Also

Reference

IValue Interface
IValue Members