ModelColumnChange インターフェイス

定義

データ型が変更された Excel データ モデル内のテーブルの列を表すオブジェクトです。

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

プロパティ

Application

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

ColumnName

データ型が変更された列の名前を表す文字列 (C#の文字列)。 読み取り専用です。

Creator

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

Parent

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

TableName

列のデータ型が変更された Excel データ モデル内のテーブルの名前を表す文字列 (C#の文字列)。 読み取り専用です。

適用対象