SpreadJS Documentation
ArrayExpression Method
The array values.
Represents an array constant value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.ArrayExpression(value);
function ArrayExpression( 
   value : any
) : any;

Parameters

value
The array values.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.