Nevron .NET Vision
Nevron.FormulaEngine Namespace / NVariableCollection Class / Add Method


In This Topic
    Add Method (NVariableCollection)
    In This Topic
    Adds a new variable with the specified value
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal name As System.String, _
       ByVal val As NVariant _
    ) 
    'Usage
     
    
    Dim instance As NVariableCollection
    Dim name As System.String
    Dim val As NVariant
     
    instance.Add(name, val)
    public void Add( 
       System.string name,
       NVariant val
    )

    Parameters

    name
    val
    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