Spread Windows Forms 12.0 Product Documentation
StopIfTrue Property (CfRule)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfRule Class : StopIfTrue Property
Gets a value indicating whether all next rules will be suspended if this rule is applied.
Syntax
'Declaration
 
Public Property StopIfTrue As Boolean
'Usage
 
Dim instance As CfRule
Dim value As Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue
public bool StopIfTrue {get; set;}

Property Value

true if all next rules will be suspended if this rule is applied; otherwise, false.
See Also

Reference

CfRule Class
CfRule Members