SpreadJS Documentation
Format Method
The object with cell data to format.
The conditional foreground color.
Formats the specified object as a string with a conditional color.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var value; // Type: string
value = instance.Format(obj, conditionalForeColor);
function Format( 
   obj : Object,
   conditionalForeColor : Object
) : string;

Parameters

obj
The object with cell data to format.
conditionalForeColor
The conditional foreground color.

Return Value

The formatted string.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.