Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatConditions Interface / AddAboveAverage Method


In This Topic
    AddAboveAverage Method
    In This Topic
    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