GrapeCity.Xaml.Excel
StopIfTrue Property (ExcelIconSetsRule)


GrapeCity.Excel Namespace > ExcelIconSetsRule Class : StopIfTrue Property
Flag indicates whether apply other lower priority rules when this rule evaluates to true.
Syntax
'Declaration
 
Public Property StopIfTrue As Boolean
'Usage
 
Dim instance As ExcelIconSetsRule
Dim value As Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue
public 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

ExcelIconSetsRule Class
ExcelIconSetsRule Members