Spread Windows Forms 12.0 Product Documentation
StopIfTrue Property (IFormatCondition)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatCondition Interface : StopIfTrue Property
Gets or sets a System.Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to true.
Syntax
'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.
See Also

Reference

IFormatCondition Interface
IFormatCondition Members