SpreadJS Documentation
toString Method
Returns the string representation of the function.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.Function(name, minArgs, maxArgs);
var value; // Type: string
value = instance.toString();
function toString() : string;

Return Value

The string representation of the function.
See Also

Reference

Function type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.