Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IStopablePrePaintConditionalFormattingRule Interface / StopIfTrue Property


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

Property Value

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