类 ErrorNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
com.grapecity.documents.excel.expressions.ConstNode
com.grapecity.documents.excel.expressions.ErrorNode
Represents an error literal node in the syntax tree.
-
构造器详细资料
-
ErrorNode
Creates a newLogicalNode
fromCalcError
.- 参数:
value
- The error value.
-
-
方法详细资料
-
getValue
The value of this node. -
setValue
The value of this node.
-