Nevron .NET Vision
Nevron.FormulaEngine Namespace / NFormulaEngine Class / GetReferenceValue Method
reference name


In This Topic
    GetReferenceValue Method (NFormulaEngine)
    In This Topic
    Gets the value of the reference with the specified name
    Syntax
    'Declaration
     
    
    Public Overridable Function GetReferenceValue( _
       ByVal refName As System.String _
    ) As NVariant
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim refName As System.String
    Dim value As NVariant
     
    value = instance.GetReferenceValue(refName)
    public virtual NVariant GetReferenceValue( 
       System.string refName
    )

    Parameters

    refName
    reference name

    Return Value

    reference value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also