Spread Windows Forms 12.0 Product Documentation
AddAboveAverage Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatConditions Interface : AddAboveAverage Method
Returns a new IAboveAverage object representing a conditional formatting rule for the specified range.
Syntax
'Declaration
 
Function AddAboveAverage() As IAboveAverage
'Usage
 
Dim instance As IFormatConditions
Dim value As IAboveAverage
 
value = instance.AddAboveAverage()
IAboveAverage AddAboveAverage()

Return Value

The AboveAverage object is used to find values above or below an average or standard deviation in a range of cells.
See Also

Reference

IFormatConditions Interface
IFormatConditions Members