Spread Windows Forms 12.0 Product Documentation
AboveBelow Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAboveAverage Interface : AboveBelow Property
Gets or sets one of the constants of the AboveBelow enumeration, specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.
Syntax
'Declaration
 
Property AboveBelow As AboveBelow
'Usage
 
Dim instance As IAboveAverage
Dim value As AboveBelow
 
instance.AboveBelow = value
 
value = instance.AboveBelow
AboveBelow AboveBelow {get; set;}

Property Value

An AboveBelow value that represents how the format condition works.
See Also

Reference

IAboveAverage Interface
IAboveAverage Members