Spread Windows Forms 12.0 Product Documentation
AboveBelow Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : AboveBelow Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace