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


In This Topic
    IsReferenceName Method (NFormulaEngine)
    In This Topic
    Queries whether the specified name is a valid reference name
    Syntax
    'Declaration
     
    
    Public Overridable Function IsReferenceName( _
       ByVal refName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim refName As System.String
    Dim value As System.Boolean
     
    value = instance.IsReferenceName(refName)
    public virtual System.bool IsReferenceName( 
       System.string refName
    )

    Parameters

    refName
    potention reference name

    Return Value

    true if refName is a valid reference, otherwise false
    Remarks
    This implementation calls the DelegateIsReferenceName delegate
    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