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

Parameters

operator
The binary operator.
left
The left operand.
right
The right operand.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.