[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAboveAverage

IAboveAverage Interface

Represents an above average visual of a conditional formatting rule.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IAboveAverage : IFormatCondition
Public Interface IAboveAverage
    Inherits IFormatCondition

Properties

Name Description
AboveBelow

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.

NumStdDev

Gets or sets the numeric standard deviation for an IAboveAverage object.

See Also