com.grapecity.documents.excel.expressions Package / ArrayNode Class / getElements Method
In This Topic
getElements Method
In This Topic
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.

Syntax
public java.lang.Object[] getElements()

Return Value

A two-dimensional array containing the elements of this node.
See Also