'Declaration
Public Property StopIfTrue As Boolean
'Usage
Dim instance As FormulaConditionalFormattingRule Dim value As Boolean instance.StopIfTrue = value value = instance.StopIfTrue
public bool StopIfTrue {get; set;}
Property Value
true
if all following rules should be stopped; otherwise, false
.