Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / AboveBelow Enumeration
In This Topic
    AboveBelow Enumeration
    In This Topic
    Specifies if the values are above or below average.
    Members
    MemberDescription
    AboveAverageSpecifies above average.
    AboveStdDevSpecifies above the standard deviation.
    BelowAverageSpecifies below average.
    BelowStdDevSpecifies below the standard deviation.
    EqualAboveAverageSpecifies equal or above average.
    EqualBelowAverageSpecifies equal or below average.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.AboveBelow

    See Also