次の方法で共有


PivotValueCell インターフェイス

定義

実際のセル (Range オブジェクト) が使用できない場合にセル内の値を表示する方法を提供します。

public interface class PivotValueCell
[System.Runtime.InteropServices.Guid("000244CF-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotValueCell
Public Interface PivotValueCell
属性

プロパティ

Application

Excel アプリケーションを表す Application Application オブジェクトを返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

Parent

指定PivotValueCellしたオブジェクトの親オブジェクトを表す Object (C#のオブジェクト) を返します。 読み取り専用です。

PivotCell

PivotValueCellPivotCell場所を指定する を返します。 読み取り専用

ServerActions

実行できる OLAP 定義アクションを表す OLAP アクション名オブジェクトのコレクションを返します。 読み取り専用

Value

その位置にある値を返します。 値は、ShowAs およびその他の計算を適用した後の値です。 Variant は、EmptyNumberDateString、または Error 値です。

メソッド

ShowDetail()

集計に関係する OLAP データ ソースの個々の行をそれぞれの Excel ワークシートに表示します。

適用対象