SpreadJS Documentation
ConstantExpression Constructor
The constant value.
Represents an expression that has a constant value.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.ConstantExpression(value);
function ConstantExpression( 
   value : object
) : ConstantExpression;

Parameters

value
The constant value.
See Also

Reference

ConstantExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.