ModelTables インターフェイス

定義

データ モデル内のモデル テーブルのコレクションです。

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

プロパティ

_Default[Object]

データ モデル内のモデル テーブルのコレクションです。

Application

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

Count

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

Creator

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

Parent

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

メソッド

GetEnumerator()

データ モデル内のモデル テーブルのコレクションです。

Item(Object)

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

適用対象