Spread for ASP.NET 9.0 Product Documentation
StopIfTrue Property (HighlightConditionalFormattingRule)


Gets or sets a value that indicates whether all following rules should be stopped.
Syntax
'Declaration
 
Public Property StopIfTrue As Boolean
'Usage
 
Dim instance As HighlightConditionalFormattingRule
Dim value As Boolean
 
instance.StopIfTrue = value
 
value = instance.StopIfTrue
public bool StopIfTrue {get; set;}

Property Value

true if all following rules should be stopped; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

HighlightConditionalFormattingRule Class
HighlightConditionalFormattingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.