PivotLineCells インターフェイス

定義

特定のPivotLinePivotCell オブジェクトのコレクション。

public interface class PivotLineCells : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002447F-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotLineCells : System.Collections.IEnumerable
Public Interface PivotLineCells
Implements IEnumerable
属性
実装

注釈

PivotLineCells (index) メソッドを使用して、コレクション内の特定の PivotCell オブジェクトの位置を返すか指定します。 また、 PivotField オブジェクトまたは PivotField 名を指定して、1 つの PivotCell オブジェクトを返すこともできます。

プロパティ

名前 説明
_Default[Object]

特定のPivotLinePivotCell オブジェクトのコレクション。

Application

オブジェクト修飾子なしで使用すると、このプロパティは Microsoft Office Excel アプリケーションを表す _Application オブジェクトを返します。 オブジェクト修飾子と共に使用すると、このプロパティは指定されたオブジェクトの作成者を返します。 読み取り専用です。

Count

PivotLineCells コレクション内の項目の数を返します。 読み取り専用です。

Creator

このオブジェクトが作成されたアプリケーションを示す 32 ビット 整数 を返します。 読み取り専用です。

Full

True の場合、PivotLine のすべての PivotLineCells (コンパクトな形式で非表示になっているものを含む) が取得されます。 ブール値 (C# の bool ) 読み取り専用

Item[Object]

コレクション内の位置によって識別される PivotLineCells コレクション オブジェクトの特定の要素を返します。 読み取り専用です。

Parent

指定された PivotLineCells オブジェクトの親オブジェクトを返します。 読み取り専用です。

メソッド

名前 説明
GetEnumerator()

特定のPivotLinePivotCell オブジェクトのコレクション。

適用対象