[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ErrorNode

Class ErrorNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents an error literal node in the syntax tree.

public class ErrorNode : ConstNode, ICloneable
Inheritance
object
ErrorNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

ErrorNode(CalcError)

Creates a new LogicalNode from CalcError.

public ErrorNode(CalcError value)

Parameters

value CalcError

The error value.

Properties

Value

The value of this node.

public CalcError Value { get; set; }

Property Value

CalcError