Spread Windows Forms 12.0 Product Documentation
StopIfTrue Property (HighlightConditionalFormattingRule)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > HighlightConditionalFormattingRule Class : StopIfTrue Property
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
public bool StopIfTrue {get; set;}

Property Value

true if all following rules should be stopped; otherwise, false.
Remarks
The StopIfTrue property determines whether to ignore any rules applied to the cell after this rule.
See Also

Reference

HighlightConditionalFormattingRule Class
HighlightConditionalFormattingRule Members