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