Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package / ArrayNode Class / setElements Method
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
    See Also