Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / AboveBelow Enumeration
In This Topic
    AboveBelow Enumeration
    In This Topic
    Specifies if the values are above or below average.
    Syntax
    public enum AboveBelow : System.Enum 
    Members
    MemberDescription
    AboveAverage Specifies above average.
    AboveStdDev Specifies above the standard deviation.
    BelowAverage Specifies below average.
    BelowStdDev Specifies below the standard deviation
    EqualAboveAverage Specifies equal or above average.
    EqualBelowAverage Specifies equal or below average.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.AboveBelow

    See Also