DefinedNameExists

Returns TRUE if the specified DefinedName exists.

Usage

@DefinedNameExists(<DefinedName>)

Argument Name Description
DefinedName The defined-name to test.


Examples

@DefinedNameExists

function example

A
1 Defined Name Exists: Data.Cell
2 Defined Name Exists: Data2.Cell
Procedure  
  Method Overload ErrorHandlingMode  
    Argument Value Comment
OnAfterBuild  
  SetEntry Text    
    Address Data.Cell  
    CellByCell True  
    CellCondition  
    Entry @DefinedNameExists(Data.Cell)  
A B
1 Defined Name Exists: Data.Cell TRUE
2 Defined Name Exists: Data2.Cell