SpreadJS Documentation
isSatisfyingCondition Method
The value.
Determines whether the specified value meets the condition.
Syntax
var instance = new GcSpread.Sheets.CellValueCondition(compareType, expected, formula);
var returnValue; // Type: boolean
returnValue = instance.isSatisfyingCondition(value);
function isSatisfyingCondition( 
   value : object
) : boolean;

Parameters

value
The value.

Return Value

true if the specified value meets the condition; otherwise, false.
See Also

Reference

CellValueCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.