Version

NamedReference Constructor(String,String)

Creates an uncategorized named reference.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal formula As String _
)
public NamedReference( 
   string key,
   string formula
)

Parameters

key
The name of the reference, it can be used as shorthand within other formulas.
formula
The formula string that the named reference represents.
Remarks

Named references may be either categorized or uncategorized. Specifying a Category for a named reference allows it to be better organized within the design-time environment.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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