SpreadJS Documentation
getFunctionName Method
Gets the name of the function.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.FunctionExpression(fn, args);
var value; // Type: string
value = instance.getFunctionName();
function getFunctionName() : string;

Return Value

The name of the function.
See Also

Reference

FunctionExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.