Version

NamedReference Constructor(String,String,String)

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

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.
category
The category under which this named reference shall appear within the designer.
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