SpreadsheetGear 2023
StopIfTrue Property (IFormatCondition)


SpreadsheetGear Namespace > IFormatCondition Interface : StopIfTrue Property
Gets or sets a value which determines if conditional formats should stop evaluating if this conditional format evaluates to True.
Syntax
'Declaration
 
Property StopIfTrue As System.Boolean
'Usage
 
Dim instance As IFormatCondition
Dim value As System.Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue
System.bool StopIfTrue {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFormatCondition Interface
IFormatCondition Members