Spread Windows Forms 12.0 Product Documentation
StopIfTrue Property (IStopablePrePaintConditionalFormattingRule)


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

Property Value

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

Reference

IStopablePrePaintConditionalFormattingRule Interface
IStopablePrePaintConditionalFormattingRule Members