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 オブジェクトの親オブジェクトを表すオブジェクト (C# のオブジェクト) を返します。 読み取り専用です。

PivotCell

PivotValueCell の位置を指定するPivotCellを返します。 読み取り専用

ServerActions

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

Value

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

メソッド

名前 説明
ShowDetail()

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

適用対象