Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 702 Bytes

c6f4d030-a4de-3708-b830-ea6ffb836028.md

File metadata and controls

29 lines (12 loc) · 702 Bytes

FormatCondition.StopIfTrue Property (Excel)

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 .

Syntax

expression . StopIfTrue

expression A variable that represents a FormatCondition object.

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

Concepts

FormatCondition Object

Other resources

FormatCondition Object Members