SpreadJS Documentation
FormatString Method
The format string for this formatter.
Gets the format string for this formatter.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var returnValue; // Type: string
returnValue = instance.FormatString(value);
function FormatString( 
   value : string
) : string;

Parameters

value
The format string for this formatter.

Return Value

The format string for this formatter. The default value is "General".
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.