Top10.StopIfTrue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool StopIfTrue { bool get(); void set(bool value); };
public bool StopIfTrue { get; set; }
Public Property StopIfTrue As Boolean
Property Value
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.