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

Parameters

obj
The object value to format.

Return Value

The preferred editing formatter for the object.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.