StopIfTrue Property (IColorScale)
In This Topic
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 IColorScale
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