Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AverageConditionalFormattingRule Class / IsAbove Property


In This Topic
IsAbove Property
In This Topic
Gets or sets a value that indicates whether this conditional formatting rule accepts a value that is above average.
Syntax
'Declaration
 
Public Property IsAbove As Boolean
 
'Usage
 
Dim instance As AverageConditionalFormattingRule
Dim value As Boolean
 
instance.IsAbove = value
 
value = instance.IsAbove

Property Value

true if this instance is above average; otherwise, false.
See Also