ModelTableNameChanges インターフェイス

定義

Excel データ モデルでテーブル名が ModelTableNameChange 変更される前後のテーブル名を表すオブジェクトのコレクション。

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

プロパティ

_Default[Object]

Excel データ モデルでテーブル名が ModelTableNameChange 変更される前後のテーブル名を表すオブジェクトのコレクション。

Application

Excel アプリケーションを Application 表す オブジェクトを返します。 読み取り専用です。

Count

コレクション内のオブジェクトのModelTableNameChange数を表す Integer (C#では int) の値をModelTableNameChanges返します。 読み取り専用です。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 読み取り専用 整数 (C#では int )。

Parent

指定した ModelTableNameChanges オブジェクトの親オブジェクトを表すオブジェクト型 (Object) の値を取得します。 読み取り専用です。

メソッド

GetEnumerator()

Excel データ モデルでテーブル名が ModelTableNameChange 変更される前後のテーブル名を表すオブジェクトのコレクション。

Item(Object)

ModelTableNameChanges コレクションから 1 つのオブジェクトを返します。

適用対象