SpreadJS Documentation
ParenthesesExpression Method
The expression inside the parentheses.
Represents an expression type for parentheses surrounding a specified expression.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.ParenthesesExpression(arg);
function ParenthesesExpression( 
   arg : object
) : any;

Parameters

arg
The expression inside the parentheses.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.