'Declaration
Property StopIfTrue As Boolean
'Usage
Dim instance As IFormatCondition Dim value As Boolean instance.StopIfTrue = value value = instance.StopIfTrue
bool StopIfTrue {get; set;}
Property Value
false
if if additional formatting rules on the cell should be evaluated; otherwise, true
.