Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / AboveBelow Property


In This Topic
AboveBelow Property
In This Topic
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

Property Value

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