Class CellFormatResult

    • Field Detail

      • applies

        public final boolean applies
        This is true if no condition was given that applied to the value, or if the condition is satisfied. If a condition is relevant, and when applied the value fails the test, this is false.
      • text

        public final String text
        The resulting text. This will never be null.
      • textColor

        public final Color textColor
        The color the format sets, or null if the format sets no color. This will always be null if applies is false.