SpreadJS Documentation
ConstantExpression Method
The constant value.
Represents an expression that has a constant value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.ConstantExpression(value);
function ConstantExpression( 
   value : object
) : any;

Parameters

value
The constant value.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.