SpreadJS Documentation
stopIfTrue Method
Whether rules with lower priority are applied before this rule.
Gets or sets whether rules with lower priority are applied before this rule.
Syntax
var instance = new GcSpread.Sheets.ConditionRuleBase(style);
var returnValue; // Type: boolean
returnValue = instance.stopIfTrue(value);
function stopIfTrue( 
   value : boolean
) : boolean;

Parameters

value
Whether rules with lower priority are applied before this rule.

Return Value

true if rules with lower priority are not applied before this rule; otherwise, false.
Remarks
If set to true and this rule evaluates to true, no rules with lower priority are applied before this rule.
See Also

Reference

ConditionRuleBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.