SpreadJS Documentation
IsNumber Method
The value for which to determine the number type.
Determines whether the specified value is a number, DateTime, or TimeSpan value.
Syntax
var returnValue; // Type: boolean
returnValue = GcSpread.Sheets.FormatConverter.IsNumber(value);
function IsNumber( 
   value : Object
) : boolean;

Parameters

value
The value for which to determine the number type.

Return Value

true if the value is a number; otherwise, false.
See Also

Reference

FormatConverter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.