[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ReferenceNode

ReferenceNode Class

Represents an reference node in the syntax tree.

Inheritance
ReferenceNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class ReferenceNode : TerminalNode, ICloneable
Public Class ReferenceNode
    Inherits TerminalNode
    Implements ICloneable

Constructors

Name Description
ReferenceNode(Reference)

Creates a new ReferenceNode from Reference.

Properties

Name Description
Reference

The reference of this node.