SpreadJS Documentation
UnaryOperatorExpression Method
The unary operator.
The operand.
Represents an expression that has a unary operator.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.UnaryOperatorExpression(operator, operand);
function UnaryOperatorExpression( 
   operator : object,
   operand : object
) : any;

Parameters

operator
The unary operator.
operand
The operand.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.