SpreadJS Documentation
UnaryOperatorExpression Constructor
The unary operator.
The operand.
Represents an expression that has a unary operator.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.UnaryOperatorExpression(operator, operand);
function UnaryOperatorExpression( 
   operator : object,
   operand : object
) : UnaryOperatorExpression;

Parameters

operator
The unary operator.
operand
The operand.
See Also

Reference

UnaryOperatorExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.