Class: RubyOSBXL::Enums::XlContainsOperator

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

Overview

XlContainsOperator列挙体

Instance Attribute Summary collapse

Instance Attribute Details

#BeginsWithObject

指定した値から開始します。

Returns:

  • (Object)

    the current value of BeginsWith

#ContainsObject

指定した値から開始します。

Returns:

  • (Object)

    the current value of Contains

#ContainsOperatorNoneObject

None

Returns:

  • (Object)

    the current value of ContainsOperatorNone

#DoesNotContainObject

指定した値を含みません。

Returns:

  • (Object)

    the current value of DoesNotContain

#EndsWithObject

指定した値で終了します。

Returns:

  • (Object)

    the current value of EndsWith