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

Parameters

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

Reference

Operators type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.