[]
Creates a new ReferenceNode from a Reference.
A ReferenceNode stores a formula reference as a terminal node in the
syntax tree.
public ReferenceNode(Reference reference)
Public Sub New(reference As Reference)
| Type | Name | Description |
|---|---|---|
| Reference | reference | The reference to associate with this node. |