ColorScale.StopIfTrue Property
Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property StopIfTrue As Boolean
Get
'Usage
Dim instance As ColorScale
Dim value As Boolean
value = instance.StopIfTrue
bool StopIfTrue { get; }
Property Value
Type: System.Boolean
Boolean
Remarks
To support backward compatibility, the default value for this property is True, which is the opposite behavior of a formatting rule created in the user interface.