Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / AboveAverage Property


In This Topic
AboveAverage Property
In This Topic
Gets or sets a value that specifies how the conditional formatting rule is applied.
Syntax
'Declaration
 
Public Property AboveAverage As Boolean
 
'Usage
 
Dim instance As ClassicCfRule
Dim value As Boolean
 
instance.AboveAverage = value
 
value = instance.AboveAverage

Property Value

true if conditional formatting is applied to cells whose value is above average of the range; otherwise, false.
Remarks
This attribute is ignored if type is not equal to aboveAverage.
See Also