Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AboveBelow Enumeration


In This Topic
    AboveBelow Enumeration
    In This Topic
    Specifies if the values are above or below average.
    Syntax
    'Declaration
     
    
    Public Enum AboveBelow 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AboveBelow
    public enum AboveBelow : System.Enum 
    Members
    MemberDescription
    AboveAverageAbove average.
    AboveStdDevAbove standard deviation.
    BelowAverageBelow average.
    BelowStdDevBelow standard deviation.
    EqualAboveAverageEqual above average.
    EqualBelowAverageEqual below average.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.AboveBelow

    See Also