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


In This Topic
    Top10ConditionType Enumeration
    In This Topic
    Specifies the type for the top 10 condition.
    Syntax
    'Declaration
     
    Public Enum Top10ConditionType 
       Inherits System.Enum
    'Usage
     
    Dim instance As Top10ConditionType
    public enum Top10ConditionType : System.Enum 
    Members
    MemberDescription
    BottomSpecifies the bottom condition.
    TopSpecifies the top condition.
    Inheritance Hierarchy

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

    See Also