FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingRule Class / StopIfTrue Property


In This Topic
StopIfTrue Property (HighlightConditionalFormattingRule)
In This Topic
Gets or sets a value that indicates whether all following rules should be stopped.
Syntax
'Declaration
 
Public Property StopIfTrue As Boolean
 
'Usage
 
Dim instance As HighlightConditionalFormattingRule
Dim value As Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue

Property Value

true if all following rules should be stopped; otherwise, false.
See Also