PivotTable.PivotFormulas プロパティ

定義

指定したレポートの PivotFormulas 数式のコレクションを表す オブジェクトを返します PivotTable 。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Excel::PivotFormulas ^ PivotFormulas { Microsoft::Office::Interop::Excel::PivotFormulas ^ get(); };
public Microsoft.Office.Interop.Excel.PivotFormulas PivotFormulas { get; }
Public ReadOnly Property PivotFormulas As PivotFormulas

プロパティ値

注釈

OLAP データ ソースの場合、このプロパティは空のコレクションを取得します。

適用対象