Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaCellDictionary Class / Add Method


In This Topic
    Add Method (NFormulaCellDictionary)
    In This Topic
    Adds a cell with the specified name in the dictionary
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal cellName As System.String, _
       ByVal cell As NFormulaCell _
    ) 
    'Usage
     
    
    Dim instance As NFormulaCellDictionary
    Dim cellName As System.String
    Dim cell As NFormulaCell
     
    instance.Add(cellName, cell)
    public void Add( 
       System.string cellName,
       NFormulaCell cell
    )

    Parameters

    cellName
    cell
    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