Spread.Sheets Documentation
FormatterBase Method
GC.Spread Namespace > Formatter type : FormatterBase Method
The format.
The culture name.
Represents a custom formatter with the specified format string.
Syntax
var value; // Type: any
value = GC.Spread.Formatter.FormatterBase(format, cultureName);
function FormatterBase( 
   format : string,
   cultureName : string
) : any;

Parameters

format
The format.
cultureName
The culture name.
See Also

Reference

Formatter type