次の方法で共有


PivotLines インターフェイス

定義

オブジェクトは PivotLines 、 内の行のコレクションであり PivotTable、ピボットの行または列のすべての行を含みます。 各行は、s の PivotCellセットです。

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

プロパティ

_Default[Object]

オブジェクトは PivotLines 、 内の行のコレクションであり PivotTable、ピボットの行または列のすべての行を含みます。 各行は、s の PivotCellセットです。

Application

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

Count

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

Creator

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

Item[Object]

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

Parent

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

メソッド

GetEnumerator()

オブジェクトは PivotLines 、 内の行のコレクションであり PivotTable、ピボットの行または列のすべての行を含みます。 各行は、s の PivotCellセットです。

適用対象