Spread WPF 17
GrapeCity.Excel Namespace / ExcelConditionalFormattingOperator Enumeration


In This Topic
    ExcelConditionalFormattingOperator Enumeration
    In This Topic
    These conditional format operators are used for "Highlight Cells That Contain…" rules. For example, "highlight cells that begin with "M2" and contain "Mountain Gear"".
    Syntax
    'Declaration
     
    Public Enum ExcelConditionalFormattingOperator 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelConditionalFormattingOperator
    public enum ExcelConditionalFormattingOperator : System.Enum 
    Members
    MemberDescription
    BeginsWith'Begins with' operator
    Between'Between' operator
    ContainsText'Contains' operator
    EndsWith'Ends with' operator
    Equal'Equal to' operator
    GreaterThan'Greater than' operator
    GreaterThanOrEqual'Greater than or equal to' operator
    LessThan'Less than' operator
    LessThanOrEqual'Less than or equal to' operator
    NoComparisonOperator not defined.
    NotBetween'Not between' operator
    NotContains'Does not contain' operator
    NotEqual'Not equal to' operator
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelConditionalFormattingOperator

    See Also