Spread Silverlight Documentation
StopIfTrue Property (IExcelConditionalFormatRule)


GrapeCity.Excel Namespace > IExcelConditionalFormatRule Interface : StopIfTrue Property
Flag indicates whether apply other lower priority rules when this rule evaluates to true.
Syntax
'Declaration
 
Property StopIfTrue As System.Boolean
'Usage
 
Dim instance As IExcelConditionalFormatRule
Dim value As System.Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue
System.bool StopIfTrue {get; set;}

Property Value

true if don't apply lower priority rules when this rule evaluates to true; otherwise, false.
See Also

Reference

IExcelConditionalFormatRule Interface
IExcelConditionalFormatRule Members