Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AverageConditionType Enumeration


In This Topic
    AverageConditionType Enumeration
    In This Topic
    Specifies the type for the average condition.
    Syntax
    'Declaration
     
    Public Enum AverageConditionType 
       Inherits System.Enum
    'Usage
     
    Dim instance As AverageConditionType
    public enum AverageConditionType : System.Enum 
    Members
    MemberDescription
    AboveSpecifies the above average condition.
    Above1StdDevSpecifies the above standard deviation condition.
    Above2StdDevSpecifies the above the two standard deviation condition.
    Above3StdDevSpecifies the above the three standard deviation condition.
    BelowSpecifies the below average condition.
    Below1StdDevSpecifies the below standard deviation condition.
    Below2StdDevSpecifies the below the two standard deviation condition.
    Below3StdDevSpecifies the below the three standard deviation condition.
    EqualOrAboveSpecifies the above average or equal average condition.
    EqualOrBelowSpecifies the below average or equal average condition.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.AverageConditionType

    See Also