GcSpread.Sheets Namespace > CellValueCondition type : isSatisfyingCondition Method |
var instance = new GcSpread.Sheets.CellValueCondition(compareType, expected, formula); var returnValue; // Type: boolean returnValue = instance.isSatisfyingCondition(value);
function isSatisfyingCondition( value : object ) : boolean;
true
if the specified value meets the condition; otherwise, false
.