Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcEvaluatorContext Class / GetValue Method
A CalcIdentity indicates the identity of a address.


In This Topic
    GetValue Method (CalcEvaluatorContext)
    In This Topic
    Gets the value at specified position which indicated by id.
    Syntax
    'Declaration
     
    Public Overridable Function GetValue( _
       ByVal id As CalcIdentity _
    ) As Object
    'Usage
     
    Dim instance As CalcEvaluatorContext
    Dim id As CalcIdentity
    Dim value As Object
     
    value = instance.GetValue(id)
    public virtual object GetValue( 
       CalcIdentity id
    )

    Parameters

    id
    A CalcIdentity indicates the identity of a address.

    Return Value

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