Validation.Formula2 プロパティ

定義

条件付き書式またはデータの入力規則の 2 番目の部分に関連付けられている値または式を返します。 読み取りのみ可能な String 値です。

public:
 property System::String ^ Formula2 { System::String ^ get(); };
public string Formula2 { get; }
Public ReadOnly Property Formula2 As String

プロパティ値

注釈

このプロパティは、データの入力規則の条件付き書式 Operator プロパティが xlBetween または xlNotBetween の場合にのみ使用されます。 定数値、文字列値、セル参照、数式を指定できます。

適用対象