SpreadJS Documentation
BinaryOperator Constructor
The name of the operator.
Determines whether the operator accepts reference values for the specified operand.
Represents a binary operator.
Syntax
var instance = new GcSpread.Sheets.Calc.Operators.BinaryOperator(name, acceptsReference);
function BinaryOperator( 
   name : string,
   acceptsReference : boolean
) : BinaryOperator;

Parameters

name
The name of the operator.
acceptsReference
Determines whether the operator accepts reference values for the specified operand.
See Also

Reference

BinaryOperator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.