SpreadsheetGear 2017
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;}
read-write property StopIfTrue: System.Boolean; 
function get,set StopIfTrue : System.boolean
__property System.bool get_StopIfTrue();
__property void set_StopIfTrue( 
   System.bool value
);
property System.bool StopIfTrue {
   System.bool get();
   void set (    System.bool value);
}
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