SpreadJS Documentation
GetFormatType Method
The object value to format.
Gets the preferred formatter type for a specified object.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var value; // Type: NumberFormatType
value = instance.GetFormatType(obj);
function GetFormatType( 
   obj : Object
) : NumberFormatType;

Parameters

obj
The object value to format.

Return Value

The NumberFormatType enumeration that specifies the format type.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.