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