Spread Silverlight Documentation
GetReference Method (CalcEvaluatorContext)


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 System.Object
'Usage
 
Dim instance As CalcEvaluatorContext
Dim id As CalcIdentity
Dim value As System.Object
 
value = instance.GetReference(id)
public virtual System.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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcEvaluatorContext Class
CalcEvaluatorContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.