GrapeCity.Xaml.CalcEngine
GetReference Method (CalcEvaluatorContext)


GrapeCity.CalcEngine Namespace > CalcEvaluatorContext Class : GetReference Method
A CalcIdentity indicates the identity of a address.
Gets the reference at specified position which indicated by id.
Syntax
'Declaration
 
Public Overridable Function GetReference( _
   ByVal id As CalcIdentity _
) As Object
'Usage
 
Dim instance As CalcEvaluatorContext
Dim id As CalcIdentity
Dim value As Object
 
value = instance.GetReference(id)
public virtual object GetReference( 
   CalcIdentity id
)

Parameters

id
A CalcIdentity indicates the identity of a address.

Return Value

An System.Object indicates the reference. If the id is not recognized, return CalcErrors.Reference.
See Also

Reference

CalcEvaluatorContext Class
CalcEvaluatorContext Members