ModelTableNameChange インターフェイス

定義

Excel データ モデル内の名前が変更されたテーブルの変更前および変更後の名前を表すオブジェクト。

public interface class ModelTableNameChange
[System.Runtime.InteropServices.Guid("000244E2-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ModelTableNameChange
Public Interface ModelTableNameChange
属性

プロパティ

Application

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

Creator

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

Parent

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

TableNameNew

テーブルの新しい名前を返します。 文字列 (C#の文字列 ) 読み取り専用

TableNameOld

テーブルの以前の名前を返します。 文字列 (C#の文字列 ) 読み取り専用

適用対象