SpreadJS Documentation
BooleanExpression Method
The boolean value.
Represents a boolean constant value.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.BooleanExpression(boolValue);
function BooleanExpression( 
   boolValue : boolean
) : any;

Parameters

boolValue
The boolean value.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.