Version

CalculationReferenceNode Constructor(ICalculationReference,String,Boolean,ReferenceNodeType)

Creates a new CalculationReferenceNode instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal reference As ICalculationReference, _
   ByVal displayName As String, _
   ByVal isDataReference As Boolean, _
   ByVal nodeType As ReferenceNodeType _
)
public CalculationReferenceNode( 
   ICalculationReference reference,
   string displayName,
   bool isDataReference,
   ReferenceNodeType nodeType
)

Parameters

reference
The reference that the node represents.
displayName
The name to use for displaying this reference.
isDataReference
Indicates if the reference can be part of a formula.
nodeType
The type of reference
Requirements

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