Class ComparisonOperator


  • public final class ComparisonOperator
    extends java.lang.Object
    The conditional format operators used for "Highlight Cells That Contain..." rules.

    For example, "highlight cells that begin with "M2" and contain "Mountain Gear".

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte BETWEEN
      'Between' operator
      static byte EQUAL
      'Equal to' operator
      static byte GE
      'Greater than or equal to' operator
      static byte GT
      'Greater than' operator
      static byte LE
      'Less than or equal to' operator
      static byte LT
      'Less than' operator
      static byte NO_COMPARISON  
      static byte NOT_BETWEEN
      'Not between' operator
      static byte NOT_EQUAL
      'Not equal to' operator
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait