[]
        
(Showing Draft Content)

FarPoint.Win.Spread.HighlightConditionalFormattingRule.StopIfTrue

StopIfTrue Property

StopIfTrue

Gets or sets a value that indicates whether all following rules should be stopped.

Declaration
public bool StopIfTrue { get; set; }
Public Property StopIfTrue As Boolean
Property Value
Type Description
bool

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

Implements