com.grapecity.documents.excel.expressions Package / ArrayNode Class / ArrayNode Constructor
Array elements. The value can't be @code:null( @code:Nothing).
In This Topic
ArrayNode Constructor
In This Topic
Creates a new @code:ArrayNode from array.
Syntax
public ArrayNode( 
   java.lang.Object[][] elements
)

Parameters

elements
Array elements. The value can't be @code:null( @code:Nothing).
See Also