SpreadJS Documentation
CustomFormatterBase Constructor
The format.
The culture name.
Represents a custom formatter with the specified format string.
Syntax
var instance = new GcSpread.Sheets.CustomFormatterBase(format, cultureName);
function CustomFormatterBase( 
   format : string,
   cultureName : string
) : CustomFormatterBase;

Parameters

format
The format.
cultureName
The culture name.
See Also

Reference

CustomFormatterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.