SpreadJS Documentation
Format Method
The object with cell data to format.
Formats the specified object as a string.
Syntax
var instance = new GcSpread.Sheets.AutoFormatter(innerFormatter);
var value; // Type: string
value = instance.Format(text);
function Format( 
   text : Object
) : string;

Parameters

text
The object with cell data to format.

Return Value

The formatted string.
See Also

Reference

AutoFormatter type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.