Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / ArrayNode Class
Methods

In This Topic
    ArrayNode Class Members
    In This Topic

    The following tables list the members exposed by ArrayNode.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new @code:ArrayNode from array.  
    Top
    Public Methods
     NameDescription
    Public MethodClones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodChecks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodThe value of this property is always an empty read-only list. (Inherited from com.grapecity.documents.excel.expressions.TerminalNode)
    Public MethodArray elements of this node. The value can't be @code:null.

    Supported types:

    @code:double, @code:String, @code:boolean, @code:CalcError.

    The following types will be normalized to @code:double if you convert the@code:ArrayNode to @code:string and then convert it back:

    @code:byte, @code:short, @code:int, @code:long, @code:float.

    Floating-point types can't be NaN or infinity.

     
    Public MethodThis object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public Methodstatic (Shared in Visual Basic)Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Public MethodArray elements of this node. The value can't be @code:null.

    Supported types:

    @code:double, @code:String, @code:boolean, @code:CalcError.

    The following types will be normalized to @code:double if you convert the@code:ArrayNode to @code:string and then convert it back:

    @code:byte, @code:short, @code:int, @code:long, @code:float.

    Floating-point types can't be NaN or infinity.

     
    Public MethodReturns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode)
    Top
    See Also