Class: RubyOSBXL::Enums::XlFormatConditionOperator

Inherits:
T::Enum
  • Object
show all
Defined in:
lib/rubyosbxl.rb

Overview

XlFormatConditionOperator列挙体

Instance Attribute Summary collapse

Instance Attribute Details

#FormatConditionBetweenObject

2つの間。2つの数式が指定されている場合にのみ使用できます。

Returns:

  • (Object)

    the current value of FormatConditionBetween

#FormatConditionEqualObject

等しい

Returns:

  • (Object)

    the current value of FormatConditionEqual

#FormatConditionGreaterObject

以上

Returns:

  • (Object)

    the current value of FormatConditionGreater

#FormatConditionGreaterEqualObject

次の値の間以外、2つの数式が指定されている場合にのみ使用できます。

Returns:

  • (Object)

    the current value of FormatConditionGreaterEqual

#FormatConditionLessObject

次の値より小さい

Returns:

  • (Object)

    the current value of FormatConditionLess

#FormatConditionLessEqualObject

以下

Returns:

  • (Object)

    the current value of FormatConditionLessEqual

#FormatConditionNoneObject

None

Returns:

  • (Object)

    the current value of FormatConditionNone

#FormatConditionNotBetweenObject

次の値の間以外、2つの数式が指定されている場合にのみ使用できます。

Returns:

  • (Object)

    the current value of FormatConditionNotBetween

#FormatConditionNotEqualObject

次の値より大きい

Returns:

  • (Object)

    the current value of FormatConditionNotEqual