SpreadJS Documentation
ToDouble Method
The value to convert to the number type.
Converts the value to a double type.
Syntax
var returnValue; // Type: number
returnValue = GcSpread.Sheets.FormatConverter.ToDouble(value);
function ToDouble( 
   value : Object
) : number;

Parameters

value
The value to convert to the number type.

Return Value

The converted number.
See Also

Reference

FormatConverter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.