PivotLineCells インターフェイス

定義

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

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
属性
実装

注釈

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

プロパティ

_Default[Object]

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

Application

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

Count

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

Creator

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

Full

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

Item[Object]

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

Parent

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

メソッド

GetEnumerator()

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

適用対象