次の方法で共有


_QueryTable.FillAdjacentFormulas プロパティ

定義

True の 場合、指定したクエリ テーブルの右側にある数式は、クエリ テーブルが更新されるたびに自動的に更新されます。 値の取得と設定が可能なブール型 (Boolean) の値です。

public:
 property bool FillAdjacentFormulas { bool get(); void set(bool value); };
public bool FillAdjacentFormulas { get; set; }
Public Property FillAdjacentFormulas As Boolean

プロパティ値

適用対象