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


In This Topic
    GetName Method (NFormulaCellDictionary)
    In This Topic
    Gets the name of the specified formula cell
    Syntax
    'Declaration
     
    
    Public Function GetName( _
       ByVal cell As NFormulaCell _
    ) As System.String
    'Usage
     
    
    Dim instance As NFormulaCellDictionary
    Dim cell As NFormulaCell
    Dim value As System.String
     
    value = instance.GetName(cell)
    public System.string GetName( 
       NFormulaCell cell
    )

    Parameters

    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