Share via


Databar.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 Databar
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 False, which is the opposite behavior of a formatting rule created in the user interface.

See Also

Reference

Databar Interface

Databar Members

Microsoft.Office.Interop.Excel Namespace