Spread.Sheets Documentation
format Method
The object with cell data to format.
Formats the specified object as a string with a conditional color.
Syntax
var instance = new GC.Spread.Formatter.GeneralFormatter(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.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.