Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Operator Enumeration


In This Topic
    Operator Enumeration
    In This Topic
    Represents the comparison operator.
    Syntax
    'Declaration
     
    
    Public Enum Operator 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Operator
    public enum Operator : System.Enum 
    Members
    MemberDescription
    BeginsWithThe value contains the specified text at the beginning.
    BetweenThe value is between the specified range of values.
    ContainsTextThe value contains the specified text.
    DoesNotContainsTextThe value does not contain the specified text.
    DoesNotEqualThe value is not equal to the parameter value.
    EndsWithThe value contains the specified text at the end.
    EqualThe value is equal to the parameter value.
    GreaterThanThe value is greater than the parameter value.
    GreaterThanOrEqualThe value is greater than or equal to the parameter value.
    LessThanThe value is less than the parameter value.
    LessThanOrEqualThe value is less than or equal to the parameter value.
    NotBetweenThe value is not between the specified range of values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Operator

    See Also