Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / StopIfTrue Property


In This Topic
StopIfTrue Property (CfRule)
In This Topic
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

Property Value

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