Name | Description | |
---|---|---|
![]() | ArrayNode Constructor | Creates a new @code:ArrayNode from array. |
The following tables list the members exposed by ArrayNode.
Name | Description | |
---|---|---|
![]() | ArrayNode Constructor | Creates a new @code:ArrayNode from array. |
Name | Description | |
---|---|---|
![]() | clone | Clones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |
![]() | equals | Checks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |
![]() | getChildren | The value of this property is always an empty read-only list. (Inherited from com.grapecity.documents.excel.expressions.TerminalNode) |
![]() | getElements | Gets the elements of this node as a two-dimensional array. 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. |
![]() | hashCode | This object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |
![]() ![]() | Parse | Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |
![]() | setElements | Array 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. |
![]() | toString | Returns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |