バージョン

Operator プロパティ (OperatorConditionalFormat)

セル値が Operand1 プロパティと比較される方法を決定する FormatConditionOperator 定数を返します。
シンタックス
'宣言
 
Public Property Operator As FormatConditionOperator
public FormatConditionOperator Operator {get; set;}
解説

このプロパティは、セル値が Operand1 プロパティに比較する方法を決定します。たとえば、等しい、より大きい、より小さいなど。

'Between' および 'NotBetween' FormatConditionOperator 値の場合、Operand2 プロパティを設定する必要があります。

参照