Spread for ASP.NET 12 Product Documentation
IsAbove Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AverageConditionalFormattingRule Class : IsAbove Property
Gets or sets 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
public bool IsAbove {get; set;}

Property Value

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

Reference

AverageConditionalFormattingRule Class
AverageConditionalFormattingRule Members