com.grapecity.documents.excel.expressions Package / ArrayNode Class / setElements Method
A two-dimensional array containing the elements to be set for this node.
In This Topic
setElements Method
In This Topic
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.

Syntax
public void setElements( 
   java.lang.Object[][] value
)

Parameters

value
A two-dimensional array containing the elements to be set for this node.
See Also