ConditionalFormatWrapper
StopIfTrue Property
|
True, no rules with lower priority may be applied over this rule, when this rule evaluates to true.
Only applies for Excel 2007;
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool StopIfTrue { get; set; }
Public Property StopIfTrue As Boolean
Get
Set
public:
property bool StopIfTrue {
bool get ();
void set (bool value);
}
member StopIfTrue : bool with get, set
Property Value
Type:
Boolean
See Also