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


In This Topic
    GeneralCompareType Enumeration
    In This Topic
    Specifies the comparison type for data.
    Syntax
    'Declaration
     
    Public Enum GeneralCompareType 
       Inherits System.Enum
    'Usage
     
    Dim instance As GeneralCompareType
    public enum GeneralCompareType : System.Enum 
    Members
    MemberDescription
    EqualsToIndicates whether the number is equal to a specified number.
    GreaterThanIndicates whether the number is greater than a specified number.
    GreaterThanOrEqualsToIndicates whether the number is greater than or equal to a specified number.
    LessThanIndicates whether the number is less than a specified number.
    LessThanOrEqualsToIndicates whether the number is less than or equal to a specified number.
    NotEqualsToIndicates whether the number is not equal to a specified number.
    Inheritance Hierarchy

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

    See Also