SpreadJS Documentation
BooleanExpression Constructor
The boolean value.
Represents a boolean constant value.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.BooleanExpression(boolValue);
function BooleanExpression( 
   boolValue : boolean
) : BooleanExpression;

Parameters

boolValue
The boolean value.
See Also

Reference

BooleanExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.