SpreadJS Documentation
ParenthesesExpression Constructor
The expression inside the parentheses.
Represents an expression type for parentheses surrounding a specified expression.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.ParenthesesExpression(arg);
function ParenthesesExpression( 
   arg : object
) : ParenthesesExpression;

Parameters

arg
The expression inside the parentheses.
See Also

Reference

ParenthesesExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.