Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / GetReference Method
The id.


In This Topic
    GetReference Method (ICalcSource)
    In This Topic
    Gets the reference.
    Syntax
    'Declaration
     
    Function GetReference( _
       ByVal id As CalcLocalIdentity _
    ) As Object
    'Usage
     
    Dim instance As ICalcSource
    Dim id As CalcLocalIdentity
    Dim value As Object
     
    value = instance.GetReference(id)
    object GetReference( 
       CalcLocalIdentity id
    )

    Parameters

    id
    The id.
    See Also