Share via


AboveAverage.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
Property StopIfTrue As Boolean
    Get
    Set
'Usage
Dim instance As AboveAverage
Dim value As Boolean

value = instance.StopIfTrue

instance.StopIfTrue = value
bool StopIfTrue { get; set; }

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.

See Also

Reference

AboveAverage Interface

AboveAverage Members

Microsoft.Office.Interop.Excel Namespace