Spread Silverlight Documentation
StopIfTrue Property (ScaleRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > ScaleRule Class : StopIfTrue Property
Gets or sets whether rules with lower priority are applied over this rule. If this property is true and this rule evaluates to true, no rules with lower priority are applied over this rule.
Syntax
'Declaration
 
Public Shadows ReadOnly Property StopIfTrue As System.Boolean
'Usage
 
Dim instance As ScaleRule
Dim value As System.Boolean
 
value = instance.StopIfTrue
public new System.bool StopIfTrue {get;}
See Also

Reference

ScaleRule Class
ScaleRule Members