Actions インターフェイス

定義

指定した系列のすべての Action オブジェクトのコレクション。

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

プロパティ

名前 説明
_Default[Object]

指定した系列のすべての Action オブジェクトのコレクション。

Application

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

Count

コレクション内にあるオブジェクトの数を返します。 読み取り専用 整数

Creator

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

Item[Object]

ブック内のアクションを表す Action オブジェクトを返します。 読み取り専用です。

Parent

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

メソッド

名前 説明
GetEnumerator()

指定した系列のすべての Action オブジェクトのコレクション。

適用対象