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


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

    Parameters

    id
    The id.
    See Also