Spread.Sheets Documentation
GeneralFormatter Constructor
GC.Spread.Formatter Namespace > GeneralFormatter class : GeneralFormatter Constructor
The format.
The culture name.
Represents a formatter with the specified format mode and format string.
Syntax
var instance = new GC.Spread.Formatter.GeneralFormatter(format, cultureName);
function GeneralFormatter( 
   format : string,
   cultureName : string
) : GeneralFormatter;

Parameters

format
The format.
cultureName
The culture name.
See Also

Reference

GeneralFormatter class