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 オブジェクトのコレクション。

適用対象