SpreadJS Documentation
UnaryOperator Constructor
Represents the operator name.
Returns the result of the operator applied to the operand.
Syntax
var instance = new GcSpread.Sheets.Calc.Operators.UnaryOperator(name);
function UnaryOperator( 
   name : string
) : UnaryOperator;

Parameters

name
Represents the operator name.
See Also

Reference

UnaryOperator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.