GcSpread.Sheets Namespace > ConditionRuleBase type : stopIfTrue Method |
var instance = new GcSpread.Sheets.ConditionRuleBase(style); var returnValue; // Type: boolean returnValue = instance.stopIfTrue(value);
function stopIfTrue( value : boolean ) : boolean;
true
if rules with lower priority are not applied before this rule; otherwise, false
.