SpreadJS Documentation
DoubleExpression Method
The double value.
The original string of the number.
Represents a double constant value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.DoubleExpression(value, originalNumAsString);
function DoubleExpression( 
   value : number,
   originalNumAsString : string
) : any;

Parameters

value
The double value.
originalNumAsString
The original string of the number.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.