SpreadJS Documentation
getName Method
Gets the name of the operator.
Syntax
var instance = new GcSpread.Sheets.Calc.Operators.Operator(name);
var value; // Type: string
value = instance.getName();
function getName() : string;

Return Value

The name of the operator.
See Also

Reference

Operator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.