バージョン

ValueType プロパティ (ConditionValue)

このインスタンスのしきい値が決定される方法を指定する FormatConditionValueType 値を返します。
シンタックス
'宣言
 
Public ReadOnly Property ValueType As FormatConditionValueType
public FormatConditionValueType ValueType {get;}
解説

このプロパティは読み取り専用です。以下の値タイプを割り当てるには、SetValue(FormatConditionValueType) メソッドを使用します。

  • AutomaticLowest
  • AutomaticHighest
  • LowestValue
  • HighestValue

NumberPercentage、または Percentile の値タイプを割り当てるには、SetValue(Double,FormatConditionValueType) メソッドを使用します。

Formula を割り当てるには、SetFormula メソッドを使用します。

参照