SpreadJS Documentation
OperatorExpression Method
The operator.
Represents an operator expression. This is an abstract class.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.OperatorExpression(operator);
function OperatorExpression( 
   operator : object
) : any;

Parameters

operator
The operator.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.