var instance = new GC.Spread.Formatter.GeneralFormatter(format, cultureName); var value; // Type: any value = instance.format(obj, formattedData);
function format( obj : Object, formattedData : Object ) : any;
Parameters
- obj
- The object with cell data to format.
- formattedData
- The object with formatted data.